You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by js...@apache.org on 2016/03/23 17:01:02 UTC

[3/3] trafficserver git commit: docs: dd blocks line-height to prevent unusual styling in multi-graph definition entries

docs: dd blocks line-height to prevent unusual styling in multi-graph definition entries


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/366129e8
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/366129e8
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/366129e8

Branch: refs/heads/master
Commit: 366129e8ff954511e0a337c40164f6bbf2a76305
Parents: 8607bb0
Author: Jon Sime <js...@apache.org>
Authored: Wed Mar 23 15:12:41 2016 +0000
Committer: Jon Sime <js...@apache.org>
Committed: Wed Mar 23 16:00:42 2016 +0000

----------------------------------------------------------------------
 doc/static/override.css | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/366129e8/doc/static/override.css
----------------------------------------------------------------------
diff --git a/doc/static/override.css b/doc/static/override.css
index 0a080c2..486b909 100644
--- a/doc/static/override.css
+++ b/doc/static/override.css
@@ -1,3 +1,9 @@
+/* Use the same line-height on <dd> as for <p>, which prevents odd rendering of
+   single vs. mulei paragraph definition bodies. */
+dd {
+    line-height: 24px;
+}
+
 /* override table contents wrapping */
 .wy-table-responsive table td, .wy-table-responsive table th {
     white-space: normal;