Tighten up spacing for IDL parameters. Increase size of h5/h6 section titles.
authorGary Kacmarcik <garykac@google.com>
Tue, 04 Jun 2013 13:21:11 -0700
changeset 420 e922a8fff209
parent 419 92bc9a229da4
child 421 47248706ce47
Tighten up spacing for IDL parameters. Increase size of h5/h6 section titles.
html/override.css
--- a/html/override.css	Tue Jun 04 13:19:06 2013 -0700
+++ b/html/override.css	Tue Jun 04 13:21:11 2013 -0700
@@ -1,5 +1,24 @@
 /* Tweaks to override respec formatting */
 
+/* Make h5 and h6 easier to see. */
+
+section > h5 {
+	font-style: normal;
+	font-size: 1em;
+	font-weight: bold;
+	color: #005A9C;
+	margin-bottom: 0.5em;
+}
+
+section > h6 {
+	font-style: normal;
+	font-size: 1em;
+	font-weight: bold;
+	color: #005A9C;
+	padding-left: 16px;
+	margin-bottom: 0.5em;
+}
+
 /* Warnings */
 
 section > .warning {
@@ -62,6 +81,11 @@
 	padding: 0.2em 0.2em 0.1em 0.4em;
 }
 
+/* Remove extra margin from around each param description */
+.prmDesc > p {
+	margin: 0 0;
+}
+
 /* Suppress auto-generated IDL sections in the Appendix.
    These tables simply restate the info in the IDL so they're not needed.
  */