X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fluadoc.css;h=011b342a5140a0ef2b42b0d675bb9df0624eaad0;hb=34d6dde786af1252ad48a3145763ed8c77ad54d6;hp=09eca60dec10fca97a9eb3000876eed6414f471e;hpb=2cb1352946cba2bb946114738fdb987ae1ce7f17;p=ardour-manual diff --git a/source/css/luadoc.css b/source/css/luadoc.css index 09eca60..011b342 100644 --- a/source/css/luadoc.css +++ b/source/css/luadoc.css @@ -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; }