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

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