Fixed border padding for highlighted posts

This commit is contained in:
Circlepuller 2012-04-22 14:35:29 -04:00
parent cbc00d7c5f
commit 43f9b00eda

View File

@ -44,7 +44,7 @@ div.post.reply {
}
div.post.reply.highlighted {
background: transparent;
border: transparent 0px solid;
border: transparent 1px solid;
}
div.post.reply p.body a:link, div.post.reply p.body a:visited {
color: #CCCCCC;