mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 12:23:48 +01:00
Fixed border padding for highlighted posts
This commit is contained in:
parent
cbc00d7c5f
commit
43f9b00eda
@ -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…
x
Reference in New Issue
Block a user