This commit is contained in:
albert
2013-03-18 22:02:03 -07:00
parent 70a52628dd
commit c59afe4726
8 changed files with 20 additions and 23 deletions

View File

@@ -65,6 +65,8 @@ div#page {
section#content {
overflow: visible;
margin-left: 15em;
padding-left: 1em;
}
}

View File

@@ -9,8 +9,4 @@ div#c-favorites {
margin-left: 0;
margin-right: 6.5em;
}
#content {
margin-left: 15em;
}
}

View File

@@ -266,11 +266,6 @@ div#c-posts {
}
}
#content {
margin-left: 15em;
padding-left: 1em;
}
span.close-button {
position: absolute;
top: 5px;

View File

@@ -3,11 +3,6 @@ div#c-wiki-pages {
color: #AAA;
}
div#form-content {
float: left;
width: 30em;
}
del {
background: #FCC;
text-decoration: none;