Font changes to forum thread list (theoretically)

This commit is contained in:
onyxserpent 2014-08-12 23:30:21 -07:00
parent d28749605b
commit 2be656bcd1

View file

@ -122,10 +122,12 @@ div#categories {
.read {
color: $base-font-color;
font-weight:normal;
}
.unread {
color: $blue;
font-weight:bold;
}
thead th {
@ -136,6 +138,7 @@ div#categories {
font-size: 16px;
color: white;
text-transform: uppercase;
font-weight:normal;
&:first-child {
border-radius: $base-border-radius 0 0 0;
@ -146,6 +149,11 @@ div#categories {
}
}
td h5 {
font-family: $base-font-family;
}
.topic {
width: 55%;
}