aboutsummaryrefslogtreecommitdiff
path: root/xreadthedocs/css
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-01-10 16:13:28 +0100
committerJakob Unterwurzacher2016-01-10 16:13:28 +0100
commit551cab50f3706dc6f481c6dcb8bb837fcc368507 (patch)
tree7aa7cf5aa1921295f4c131834e0c35fdd58e847b /xreadthedocs/css
parente0edbc1cdf28df6131a388f530447c503dc2ff08 (diff)
Describe how to verify .asc signatures; fix table wrap problem
Diffstat (limited to 'xreadthedocs/css')
-rw-r--r--xreadthedocs/css/theme_extra.css12
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