1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-18 10:25:55 +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 b829d19ec7
commit ee52dcb583

View File

@ -36,3 +36,7 @@ div.thread:hover {
background: #D6DAF0; background: #D6DAF0;
border-color: #B7C5D9; border-color: #B7C5D9;
} }
strong {
display: block;
}