[gtk-doc] Explicitly set the paragraph margin inside table elements
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] Explicitly set the paragraph margin inside table elements
- Date: Tue, 18 Feb 2014 22:21:53 +0000 (UTC)
commit 7a4454ba80690f1468119a96c4d7d597658b83f9
Author: William Jon McCann <william jon mccann gmail com>
Date: Tue Feb 18 17:20:45 2014 -0500
Explicitly set the paragraph margin inside table elements
Apparently some renderers have different defaults for this.
style/style.css | 5 +++++
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]