visual adjustments

This commit is contained in:
Danny Berger
2013-03-10 23:13:48 -06:00
parent 60e40ebce1
commit 011bfb4915
6 changed files with 32 additions and 9 deletions

View File

@@ -35,6 +35,10 @@ body > footer {
color: #666666;
}
body.no-footer > footer {
display: none;
}
body > header {
padding-right: 20px;
width: 654px;
@@ -254,3 +258,12 @@ section.post-content img {
.print-only {
display: none;
}
a.subtle {
color: inherit;
text-decoration: inherit;
}
body.no-footer article > section {
border-bottom: 0;
}