Browse Source

Fixed border padding for highlighted posts

pull/40/head
Circlepuller 12 years ago
parent
commit
43f9b00eda
  1. 2
      stylesheets/dark.css

2
stylesheets/dark.css

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

Loading…
Cancel
Save