aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-01-25 18:35:18 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-01-25 18:35:18 -0500
commit2ecb9e8e797d14dbb65c8ad71afb485d89bb6757 (patch)
tree15f0fe1bb02f89735c420c377c6e0d74c0a42ba1 /doc/style.css
parent8129266dadac7f5e15a7d166f0e52897c915cabb (diff)
downloadikiwiki-2ecb9e8e797d14dbb65c8ad71afb485d89bb6757.tar
ikiwiki-2ecb9e8e797d14dbb65c8ad71afb485d89bb6757.tar.gz
remove hr under comment actions
The horizontal line was only meant to be displayed under the actions at the top of a page.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css2
1 files changed, 2 insertions, 0 deletions
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;
}