fix styles

This commit is contained in:
albert
2011-12-07 17:11:19 -05:00
parent cb0f8d5377
commit 207f7de02f
2 changed files with 21 additions and 17 deletions

View File

@@ -1,6 +1,10 @@
@import "../common/000_vars.css.scss";
div#c-dmails {
div#a-show {
max-width: 50em;
}
div#preview {
margin: 1em 0;
border: 1px solid #CCC;

View File

@@ -39,24 +39,24 @@ article.post-preview.post-status-flagged img {
border: 3px solid #F00;
}
.category-1 a {
color: #A00;
}
.category-3 a {
color: #A0A;
}
.category-4 a {
color: #0A0;
}
.post-count {
color: #CCC;
margin-left: 0.2em;
}
div#c-posts {
.category-1 a {
color: #A00;
}
.category-3 a {
color: #A0A;
}
.category-4 a {
color: #0A0;
}
span.post-count {
color: #CCC;
margin-left: 0.2em;
}
div.notice {
font-size: 0.8em;
padding: 1em;