X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=86ea61aa4cefe13cc77d9f8c1b89a05b3fe678de;hb=4a4f4bc831ed87b566e1fe6325bee29c97ea176c;hp=1783cc14e9b22ec00f72f6b3a554398b9cc33ffe;hpb=345f95ca91ab48a8333fbdabb515b16e8d6d8a5d;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index 1783cc1..86ea61a 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -548,6 +548,43 @@ p.commalist { margin-left: 3em; } +table.memname { + width: 100%; + font-weight: normal; + white-space: normal; +} + +table.memname td { + vertical-align: top; +} + +table.memname td.memtype { + width: 100%; +} + +table.memname td.memname { + width: 35%; + text-align: right; + font-weight: bold; +} + +table.memname td.memparen { + width: 1%; +} + +table.memname td.paramtype { + width: 30%; + text-align: right; +} + +table.memname td.paramname { + width: 33%; +} + +table.memname td.memattrs { + text-align: right; +} + /* * Local Variables: * indent-tabs-mode: nil