From 551cab50f3706dc6f481c6dcb8bb837fcc368507 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 10 Jan 2016 16:13:28 +0100 Subject: Describe how to verify .asc signatures; fix table wrap problem --- xreadthedocs/css/theme_extra.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'xreadthedocs/css') diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css index f61df03..a516b09 100644 --- a/xreadthedocs/css/theme_extra.css +++ b/xreadthedocs/css/theme_extra.css @@ -1,9 +1,12 @@ /* * Tweak the overal size to better match RTD. */ + +/* Not good body { font-size: 90%; } +*/ h3, h4, h5, h6 { color: #2980b9; @@ -212,3 +215,12 @@ pre code { padding: 0.5em; -webkit-text-size-adjust: none; } + +p { + margin-bottom: 16px; +} + +thead { + white-space: normal !important; + vertical-align: top !important; +} \ No newline at end of file -- cgit v1.2.3