diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 18:35:18 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 18:35:18 -0500 |
commit | 2ecb9e8e797d14dbb65c8ad71afb485d89bb6757 (patch) | |
tree | 15f0fe1bb02f89735c420c377c6e0d74c0a42ba1 | |
parent | 8129266dadac7f5e15a7d166f0e52897c915cabb (diff) |
remove hr under comment actions
The horizontal line was only meant to be displayed under
the actions at the top of a page.
-rw-r--r-- | doc/style.css | 2 |
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; } |