tweak actionvar
authorJoey Hess <joey@kitenet.net>
Sat, 15 May 2010 03:02:29 +0000 (23:02 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 15 May 2010 03:02:29 +0000 (23:02 -0400)
for visual consistentcy when there are no actions

doc/style.css

index 4ea77573ac63f10357687827841cdb064f7888f2..2cd7a9652f983d3601bc11e191bdf26b41f1e5f0 100644 (file)
@@ -29,12 +29,13 @@ nav {
 
 .actions ul {
        margin: 0;
-       padding: 6px;
+       padding: 6px .4em;
+       height: 1em;
        list-style-type: none;
 }
 .actions li {
        display: inline;
-       padding: .2em .4em;
+       padding: .2em;
 }
 .pageheader .actions ul {
        border-bottom: 1px solid #000;