From 97bf967ae96982427194c3550dc1a0ea2651ce28 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 22 Feb 2015 02:17:52 +0100 Subject: [PATCH] Fixed CSS and footnotes appearance. --- css/custom.css | 9 +++++++++ css/layout-bright.css | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 9a77cef..e5278fe 100644 --- a/css/custom.css +++ b/css/custom.css @@ -17,6 +17,15 @@ abbr, acronym { padding-left: 100px; } +.footnote { + font-size: 8pt; +} + +.footnotes { + padding-top: 1em; + font-size: 8pt; +} + #related { overflow: visible; white-space: nowrap; diff --git a/css/layout-bright.css b/css/layout-bright.css index 6f0f675..055545b 100644 --- a/css/layout-bright.css +++ b/css/layout-bright.css @@ -3,7 +3,7 @@ body { padding: 0; background: #eaeaea url("../images/bkg-white.png") 0 0; color: #151515; - font: 16px; + font-size: 16px; line-height: 1.5; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; }