summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-11-25 12:24:44 +0100
committerThomas Schwinge <tschwinge@gnu.org>2008-11-25 12:24:44 +0100
commitfad9d38acdcb2bf1e12f4991bb01e207d0cf64a5 (patch)
tree8a5deae39bafd2bfd1b451bc084d44f9f5d141f6 /local.css
parent30a4bd7f9ccf42fbfb3c7406d88f5041773ea355 (diff)
Split action items into global and per-page ones.
Diffstat (limited to 'local.css')
-rw-r--r--local.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/local.css b/local.css
index b27c82c9..acf2b406 100644
--- a/local.css
+++ b/local.css
@@ -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;