Add a bit of horizontal margin between threads in the catalog.

This commit is contained in:
Mayhem 2014-02-03 10:01:03 +01:00 committed by ccd0
parent 006b8eacd5
commit a28d6223d4

View File

@ -507,7 +507,7 @@ hr ~ div.center:not(.ad-cnt) {
flex-direction: column;
align-items: center;
width: 165px;
margin-bottom: 5px;
margin: 0 2px 5px;
max-height: 320px;
word-break: break-word;
}