More CS fixes

This commit is contained in:
Klaus Silveira
2013-03-28 23:53:25 -03:00
parent 132ba42616
commit 90a854bf06
8 changed files with 24 additions and 24 deletions

View File

@@ -160,12 +160,12 @@
}
}
.readme-view {
.md-view {
width: 100%;
margin-bottom: @baseLineHeight;
border: 1px solid @treeHeaderBorder;
.readme-header {
.md-header {
padding: 8px;
line-height: @baseLineHeight;
text-align: left;
@@ -183,7 +183,7 @@
}
}
#readme-content {
#md-content {
padding: 30px;
color: @black;
}