@@ -518,16 +518,22 @@ table.listing tbody td.new_replies { | |||||
} | } | ||||
.topic-list h1, .topic-list h2 { | .topic-list h1, .topic-list h2 { | ||||
border-bottom: none; | border-bottom: none; | ||||
font-size:20px; | |||||
font-weight:normal; | |||||
margin-top:0; | |||||
padding-top:0; | |||||
} | } | ||||
.topic-list h1 { | .topic-list h1 { | ||||
float: left; | float: left; | ||||
text-align: right; | text-align: right; | ||||
width: 49%; | width: 49%; | ||||
color: #2C1F1C; | |||||
} | } | ||||
.topic-list h2 { | .topic-list h2 { | ||||
float: right; | float: right; | ||||
text-align: left; | text-align: left; | ||||
width: 49%; | width: 49%; | ||||
color: #4E6A91; | |||||
} | } | ||||
.topic-list h1:after { | .topic-list h1:after { | ||||
content: ':'; | content: ':'; | ||||