1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 04:31:23 +01:00

Fix number of replies sometimes displaying next to image

This commit is contained in:
ctrlcctrlv 2013-08-29 13:41:36 +00:00
parent 7c06cd1f81
commit b71dedce2e

View File

@ -35,4 +35,8 @@ div.thread {
div.thread:hover {
background: #D6DAF0;
border-color: #B7C5D9;
}
}
strong {
display: block;
}