about summary refs log tree commit diff stats
path: root/css/common.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-13 11:58:36 -0700
committerCase Duckworth2015-03-13 11:58:36 -0700
commitc112629262ceef64a4a28cc36b7bd1fa0884aa62 (patch)
treeab8c7d5204f02791d8fb5d328055a42b509ce164 /css/common.css
parentAdd Linux Libertine to repo (fixes #12) (diff)
downloadautocento-c112629262ceef64a4a28cc36b7bd1fa0884aa62.tar.gz
autocento-c112629262ceef64a4a28cc36b7bd1fa0884aa62.zip
Change line-height in content to 1.3em from 1.25(?)
Diffstat (limited to 'css/common.css')
-rw-r--r--css/common.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css index 57571df..f1b3181 100644 --- a/css/common.css +++ b/css/common.css
@@ -54,6 +54,9 @@ header {
54.content p:first-child { 54.content p:first-child {
55 margin-top: 0 55 margin-top: 0
56} 56}
57.content {
58 line-height: 1.3em;
59}
57nav { 60nav {
58 height: 24px; 61 height: 24px;
59 width: 100%; 62 width: 100%;