From: Joey Hess Date: Sat, 15 May 2010 03:02:29 +0000 (-0400) Subject: tweak actionvar X-Git-Tag: 3.20100515~11 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/5071347e2b08c21206ed3d0dc30eebb4f499efe5 tweak actionvar for visual consistentcy when there are no actions --- 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;