Ver código fonte

CSS tweaks in support of new Doxy function layout

[SVN r33446]
Eric Niebler 20 anos atrás
pai
commit
f8ea796e69
1 arquivos alterados com 19 adições e 0 exclusões
  1. 19 0
      doc/html/boostbook.css

+ 19 - 0
doc/html/boostbook.css

@@ -155,6 +155,25 @@ td .screen, td .programlisting
     padding: 0.5em 0.5em 0.5em 0.5em;
 }
 
+/* Variable lists as tables, as used by Doxygen-generated
+   reference docs */
+span.term
+{
+    font-weight: bold;
+}
+
+div.variablelist table tbody tr td
+{
+    text-align: left;
+    vertical-align: top;
+    padding: 0em 2em 0em 0em;
+}
+
+div.variablelist table tbody tr td p
+{
+    margin: 0em 0em 0.5em 0em;
+}
+
 /* tone down the title of Parameter lists */
 div.variablelist p.title
 {

粤ICP备19079148号