This commit is contained in:
albert
2012-02-17 15:15:12 -05:00
parent 3e8345390b
commit 727a26615c
4 changed files with 16 additions and 14 deletions

View File

@@ -76,7 +76,10 @@ div#c-comments {
div.preview {
float: left;
width: 180px;
width: 150px;
height: 150px;
margin-right: 30px;
overflow: hidden;
}
div.post {

View File

@@ -114,9 +114,7 @@ div#c-posts {
padding: 0.25em 0.5em;
&.active {
background-color: $menu_color;
font-weight: bold;
@include border-radius(4px);
}
}
}