remove hr under comment actions

The horizontal line was only meant to be displayed under
the actions at the top of a page.
master
Joey Hess 2009-01-25 18:35:18 -05:00
parent 8129266dad
commit 2ecb9e8e79
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
margin: 0;
padding: 6px;
list-style-type: none;
}
.pageheader .actions ul {
border-bottom: 1px solid #000;
}