diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-08 09:00:49 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-08 09:00:49 -0700 |
commit | d73de4f0a20001963fa2274a2d758d6931c6ee1f (patch) | |
tree | ef136a2ee08db6f57e3a492f59a9749f4f6ebd3e /themes/wind/css | |
parent | 23739bda0168a9c0f300a47c3c3f153bf3981af1 (diff) |
No need to abbreviate text in CSS class names. Thx bharat!
Diffstat (limited to 'themes/wind/css')
-rw-r--r-- | themes/wind/css/fix-ie.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index cb51f349..fcebeea8 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -20,7 +20,7 @@ input.submit { float: none !important; } -.g-pager .g-txt-right { +.g-pager .g-text-right { width: 29%; } |