diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-18 18:51:18 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-18 18:51:18 -0700 |
commit | e232c39fe516a9782ec15f4e2a9b4e68f1863a7d (patch) | |
tree | 0a124aabd070af794e6a3f4d51a350d5ea899eb9 /themes/wind/css | |
parent | 350f6b58764beced6cd32497ad11e530b091fd5c (diff) |
Rename g-pager to g-paginator after the recent pagination update.
Diffstat (limited to 'themes/wind/css')
-rw-r--r-- | themes/wind/css/fix-ie.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index fcebeea8..376dac74 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -20,10 +20,10 @@ input.submit { float: none !important; } -.g-pager .g-text-right { +.g-paginator .g-text-right { width: 29%; } -.g-pager .ui-icon-right { +.g-paginator .ui-icon-right { width: 60px; } |