]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - source/css/luadoc.css
update lua class doc.
[ardour-manual-diverged] / source / css / luadoc.css
index 09eca60dec10fca97a9eb3000876eed6414f471e..011b342a5140a0ef2b42b0d675bb9df0624eaad0 100644 (file)
@@ -1,7 +1,10 @@
 div.luafooter              { text-align:center; font-size:80%; color: #888; margin: 2em 0; }
+#luaref dt {float:initial; width: initial; margin:initial; padding: initial; line-height:1.3em;}
+#luaref dd {float:initial; width: initial; margin: 0 0 0 2em; padding: initial; line-height:1.3em;}
+
 #luaref h2                 { margin:2em 0 0 0; padding:0em; border-bottom: 1px solid black; }
 #luaref h3.cls             { margin:2em 0 0 0; padding: 0 0 0 1em; border: 1px dashed #6666ee; }
-#luaref h3.cls abbr        { text-decoration:none; cursor:default; }
+#luaref h3.cls abbr        { text-decoration:none; cursor:default; border: none;}
 #luaref h4.cls             { margin:1em 0 0 0; }
 #luaref h3.class           { background-color: #aaee66; }
 #luaref h3.enum            { background-color: #aaaaaa; }
@@ -22,7 +25,9 @@ div.luafooter              { text-align:center; font-size:80%; color: #888; marg
 #luaref div.classdox p     { margin: .5em 0 .5em .6em; }
 #luaref div.classdox       { padding: .1em 1em; }
 #luaref div.classdox p     { margin: .5em 0 .5em .6em; }
-#luaref table.classmembers { width: 100%; }
+#luaref div.result-discussion      { font-size: 120%; }
+#luaref span.word-returns          { font-style: italic; }
+#luaref table.classmembers         { width: 100%; }
 #luaref table.classmembers th      { text-align:left; border-bottom:1px solid black; padding-top:1em; }
 #luaref table.classmembers td.def  { text-align:right; padding-right:.5em;  white-space: nowrap; }
 #luaref table.classmembers td.decl { text-align:left; padding-left:.5em; white-space: nowrap; }