1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00

Merge pull request #2 from Circlepuller/master

Fixed padding issue
This commit is contained in:
Michael 2012-04-22 11:46:23 -07:00
commit e210451854

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;