commit 42cf69f12ab1d4f954adefc165284f23df9e4e7b
parent 5668f2eaf29ae9496f1d9d407979713daf040a03
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 11 Feb 2019 22:54:21 -0800
Make pre, code consistent
Sets a consistent font size and line height for both pre and code
blocks/spans.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/static/css/site.css b/static/css/site.css
@@ -7,8 +7,7 @@ body {
color: #333;
padding: 0 10px
}
-pre { line-height: 1.0; }
-code { font-size: 14px; }
+pre,code { line-height: 1.0; font-size: 14px; }
a { text-decoration: none; }
h1,h2,h3 { line-height: 1.2; }
h1 > a { color: #333; }