Style fixes

This commit is contained in:
str4d
2015-11-29 20:56:15 +00:00
parent e7e297cd22
commit 7c305b511f
2 changed files with 4 additions and 2 deletions

View File

@@ -212,7 +212,6 @@ div#content .inner .box {
}
div#content .inner .meta {
clear: both;
text-align: center;
}

View File

@@ -247,12 +247,15 @@ div#content .inner .fluid {
}
div#content .inner .sidebar {
border-radius: 0 0 10px 0;
border-right: 1px solid #abcc71;
float: left;
width: 250px;
}
div#content .inner .sidebar, div#content .inner .sidebar > nav {
border-radius: 0 0 10px 0;
}
div#content .content-inner {
margin-left: 252px;
padding-right: 4em;