diff options
Diffstat (limited to 'xreadthedocs')
-rw-r--r-- | xreadthedocs/css/theme_extra.css | 12 |
1 files changed, 12 insertions, 0 deletions
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 |