From 5071347e2b08c21206ed3d0dc30eebb4f499efe5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 May 2010 23:02:29 -0400 Subject: tweak actionvar for visual consistentcy when there are no actions --- doc/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/style.css') 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; -- cgit v1.2.3