diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-14 23:02:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-14 23:02:29 -0400 |
commit | 5071347e2b08c21206ed3d0dc30eebb4f499efe5 (patch) | |
tree | c4b53f58c7fa2711264621459865569a3b173142 /doc | |
parent | 60ed2aa9e45f0652430483398bc39db1d09c6d38 (diff) | |
download | ikiwiki-5071347e2b08c21206ed3d0dc30eebb4f499efe5.tar ikiwiki-5071347e2b08c21206ed3d0dc30eebb4f499efe5.tar.gz |
tweak actionvar
for visual consistentcy when there are no actions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css index 4ea77573a..2cd7a9652 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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; |