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;
}

View File

@@ -1,5 +1,9 @@
.print-only {
display: block !important;
display: block;
}
span.print-only {
display: inline;
}
body.layout-default {
@@ -48,7 +52,7 @@ body.layout-post section header .timeline {
}
p, ul, ol, dl {
line-height: 20px;
line-height: 18px;
margin: 6px 0;
}