Explorar o código

tabularize parameter lists and tone down parameter list title

[SVN r25384]
Eric Niebler %!s(int64=22) %!d(string=hai) anos
pai
achega
3618770eb2
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  1. 18 0
      doc/html/boostbook.css

+ 18 - 0
doc/html/boostbook.css

@@ -72,6 +72,24 @@ i.firstterm
    font-weight: bold;
 }
 
+/* tone down the title of Parameter lists */
+div.variablelist p.title
+{
+   font-weight: bold;
+   font-size: 100%;
+   text-align: left;
+   background-color: white;
+}
+
+/* tabularize parameter lists */
+div.variablelist dl dt
+{
+   float: left;
+   clear: left;
+   width: 10%;
+   font-style: italic;
+}
+
 @media screen
 {
    a{ color: blue; }

粤ICP备19079148号