This commit is contained in:
albert
2013-02-17 01:38:34 -05:00
parent 3d9f5e20c6
commit 6ba9b015e4
7 changed files with 8 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ div#page {
}
aside#sidebar {
width: 20%;
width: 15%;
float: left;
h1 {
@@ -46,7 +46,7 @@ div#page {
}
section#content {
width: 75%;
width: 80%;
float: left;
padding-left: 2em;
overflow: visible;