Thinner content borders, wider right main margin

This commit is contained in:
str4d
2015-07-15 23:45:48 +00:00
parent f67987bbb8
commit fae2031211
3 changed files with 5 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ div#content .inner .fluid {
div#content .sidebar {
background: rgba(171, 204, 113, 0.6);
border-bottom: 2px solid #abcc71;
border-bottom: 1px solid #abcc71;
font-size: 0.875rem;
}

View File

@@ -240,19 +240,20 @@ div#content .aside:first-child {
*/
div#content .inner .fluid {
border-left: 2px solid #abcc71;
border-left: 1px solid #abcc71;
margin-left: 0.625rem;
}
div#content .inner .sidebar {
border-radius: 0 0 10px 0;
border-right: 2px solid #abcc71;
border-right: 1px solid #abcc71;
float: left;
width: 250px;
}
div#content .content-inner {
margin-left: 252px;
padding-right: 4em;
}
div#content > .title {

View File

@@ -1,5 +1,5 @@
div#content .inner .fluid {
border-right: 2px solid #abcc71;
border-right: 1px solid #abcc71;
margin-right: 30%;
}