diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-25 12:24:44 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-25 12:24:44 +0100 |
commit | fad9d38acdcb2bf1e12f4991bb01e207d0cf64a5 (patch) | |
tree | 8a5deae39bafd2bfd1b451bc084d44f9f5d141f6 /local.css | |
parent | 30a4bd7f9ccf42fbfb3c7406d88f5041773ea355 (diff) | |
download | web-fad9d38acdcb2bf1e12f4991bb01e207d0cf64a5.tar.gz web-fad9d38acdcb2bf1e12f4991bb01e207d0cf64a5.tar.bz2 web-fad9d38acdcb2bf1e12f4991bb01e207d0cf64a5.zip |
Split action items into global and per-page ones.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -57,7 +57,6 @@ a { text-decoration: none; } - a:hover { border-bottom: 1px dotted blue; @@ -99,6 +98,13 @@ a:hover border-top: 1px solid #999999; } +.pageheader .actions .global +{ + max-width: 50%; + float: left; + margin-right: 40px; +} + .pageheader .actions ul { border: none; @@ -111,7 +117,6 @@ a:hover border: 1px solid #e7e7e7; border-top: 1px solid #999999; } - .pageheader .actions li:hover { background-color: #f0f0f0; |