enable comments link in op=view

This commit is contained in:
Andrew Dolgov
2005-09-07 09:46:30 +01:00
parent 90e395dca0
commit f7181e9b61
2 changed files with 18 additions and 1 deletions

View File

@@ -101,6 +101,14 @@ div.postReply {
padding : 10px;
}
div.postReply a {
color : #5050aa;
}
div.postReply a:hover {
color : black;
}
div.postReply div.postHeader {
background : white;
border : 1px solid #c0c0c0;