From: Joey Hess Date: Sun, 25 Jan 2009 23:35:18 +0000 (-0500) Subject: remove hr under comment actions X-Git-Tag: 3.03~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2ecb9e8e797d14dbb65c8ad71afb485d89bb6757;p=ikiwiki.git remove hr under comment actions The horizontal line was only meant to be displayed under the actions at the top of a page. --- diff --git a/doc/style.css b/doc/style.css index c61015890..a6e6734e3 100644 --- a/doc/style.css +++ b/doc/style.css @@ -23,6 +23,8 @@ margin: 0; padding: 6px; list-style-type: none; +} +.pageheader .actions ul { border-bottom: 1px solid #000; }