From: Joey Hess <joey@gnu.kitenet.net>
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.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/2ecb9e8e797d14dbb65c8ad71afb485d89bb6757?ds=inline;hp=-c

remove hr under comment actions

The horizontal line was only meant to be displayed under
the actions at the top of a page.
---

2ecb9e8e797d14dbb65c8ad71afb485d89bb6757
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;
 }