diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:58:54 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:58:54 -0600 |
commit | f517ef4baf48ef7e1f8cbf1ed073c13c0cdf131f (patch) | |
tree | ea348760e9aa200dc4f2aa8ac24674d834a11cfd /themes/wind/css | |
parent | 288e14756d948acecbc98fdd76ddb851f5d3e74b (diff) |
Moved rotate image bg css to gallery.common.
Diffstat (limited to 'themes/wind/css')
-rw-r--r-- | themes/wind/css/screen.css | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 7d304837..6e370a7f 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -12,7 +12,7 @@ * 6) jQuery and jQuery UI * 7) Right-to-left language styles * - * @todo Review g-buttonset and it's usage + * @todo Review g-buttonset and it's usage here and admin_wind */ /** ******************************************************************* @@ -443,14 +443,6 @@ td { margin-left: .2em; } -.ui-icon-rotate-ccw { - background-position: -192px -64px; -} - -.ui-icon-rotate-cw { - background-position: -208px -64px; -} - /** ******************************************************************* * 6) Right to left styles *********************************************************************/ |