This commit is contained in:
Toks
2013-05-09 13:58:43 -04:00
parent 8d44878e12
commit a38576245f

View File

@@ -46,6 +46,15 @@ a.blacklisted-active {
border: 2px solid #F00;
}
#has-parent-relationship-preview, #has-children-relationship-preview {
overflow-x: auto;
white-space: nowrap;
}
#has-parent-relationship-preview article.post-preview, #has-children-relationship-preview article.post-preview {
float: none;
}
.category-1 a, a.tag-type-1 {
color: #A00;
}