CSS tweaks

This commit is contained in:
ccd0 2014-09-19 23:52:58 -07:00
parent fa86daf235
commit e3add27757

View File

@ -555,6 +555,7 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
height: 1em; height: 1em;
margin: 0; margin: 0;
vertical-align: text-top; vertical-align: text-top;
padding-left: 2px;
} }
.catalog-stats > .menu-button { .catalog-stats > .menu-button {
text-align: center; text-align: center;
@ -574,6 +575,8 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
.catalog-thread > .subject { .catalog-thread > .subject {
-webkit-flex-shrink: 0; -webkit-flex-shrink: 0;
flex-shrink: 0; flex-shrink: 0;
-webkit-align-self: stretch;
align-self: stretch;
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
text-align: center; text-align: center;