diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-22 22:28:55 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-22 22:28:55 -0600 |
commit | 80c6bf789b4a9925e86abdb3275cc570f9c2d6ad (patch) | |
tree | e82d4fe4ee0e5bda8829b7420a3c779cfadfdca5 /themes/wind/css | |
parent | ba62fb4b0e9fe2d64803c165a21756e0919c0238 (diff) |
Make g-inline more specific, replace universal selector with an li since this class will most often be used with order and unordered lists. Apply g-inline to the the login menu and footer credits.
Diffstat (limited to 'themes/wind/css')
-rw-r--r-- | themes/wind/css/screen.css | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index fcbf63ea..ef2f1510 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -12,6 +12,8 @@ * 6) Browser hacks * 7) jQuery and jQuery UI * 8) Right-to-left language styles + * + * @todo Move #g-admin-g2-import stuff to g2import module */ /** ******************************************************************* @@ -329,15 +331,6 @@ td { /* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */ -#g-banner #g-login-menu li, -#g-footer #g-credits li { - display: inline; -} - -#g-banner #g-login-menu li { - padding-left: 1.2em; -} - #g-footer #g-credits li { padding-right: 1.2em; } @@ -362,6 +355,10 @@ td { float: right; } +#g-banner #g-login-menu li { + padding-left: 1.2em; +} + /* Site Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #g-site-menu { |