summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-18 17:20:45 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-18 17:20:45 -0500
commit7a4454ba80690f1468119a96c4d7d597658b83f9 (patch)
treef26d24f98d2b4ab6196de05a98075ae2dbb4e311 /style
parent90713c99566e1bc51597a44cceb270c4ba84c8cf (diff)
downloadgtk-doc-7a4454ba80690f1468119a96c4d7d597658b83f9.tar.gz
Explicitly set the paragraph margin inside table elements
Apparently some renderers have different defaults for this.
Diffstat (limited to 'style')
-rw-r--r--style/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style/style.css b/style/style.css
index 44c3063..7d9a76a 100644
--- a/style/style.css
+++ b/style/style.css
@@ -239,6 +239,11 @@ div.informaltable table td, div.informaltable table th
color: #729fcf;
}
+td p
+{
+ margin: 0.25em;
+}
+
div.table table
{
border-collapse: collapse;