This commit is contained in:
albert
2011-11-06 18:37:50 -05:00
parent 1c098f54be
commit a538be5fc6
2 changed files with 20 additions and 1 deletions

View File

@@ -19,8 +19,9 @@ header {
div#sign-in-item {
float: left;
font-size: 1.5em;
font-size: 2em;
font-weight: bold;
margin-top: 0.3em;
}
}
@@ -42,6 +43,18 @@ footer {
float: right;
}
}
div.back {
overflow: visible;
padding: 5em 0 10em 0;
a {
display: block;
float: right;
font-size: 3em;
font-weight: bold;
}
}
}
div#posts {