From 5d84f1074f1655a42f62da1e240ccf27fb3f75bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88kull=20So=CC=81lberg=20Au=C3=B0unsson?= Date: Wed, 18 Jan 2012 13:29:39 +0000 Subject: [PATCH] Calepin --- calepin/static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/calepin/static/styles.css b/calepin/static/styles.css index a27f6cbf1..67c651846 100644 --- a/calepin/static/styles.css +++ b/calepin/static/styles.css @@ -116,6 +116,8 @@ article .entry-content h3 { font-size: 14pt; } article .entry-content h4 { font-size: 12pt; } article .entry-content h5 { font-size: 10pt; font-weight: bold } article .entry-content h6 { font-size: 10pt; margin-bottom: .3em; } +article .entry-content p, +article .entry-content li { font-size: 12pt; line-height: 20pt; } article .metadata { font-size: 11px; color: #888; } article .metadata p { margin-bottom: 0; } @@ -147,6 +149,8 @@ small { font-size: 80%; } #post-list li abbr { margin-bottom: 0px; } #post-list li h2 { font-size: 16px; line-height: 24px; } + article .entry-content p { font-size: 10pt; line-height: 16pt; } + article p, article li, article blockquote,