senfscons: Fix 'Object' build helper to work with empty source list in SCons 0.96.1
[senf.git] / doclib / senf.css
index 4263f8f..0515e1c 100644 (file)
@@ -54,7 +54,7 @@ body {
 }
 
 #head ul { 
-        display: inline; /* für IE ... */
+        display: inline; /* f�r IE ... */
         font-size: 13px;
         height: 0px;
         margin: 0;
@@ -190,6 +190,11 @@ div.tabs ul li a:hover, div.tabs ul li.current a {
         background-color: #EDE497;
 }
 
+div.tabs ul li.level1 a {
+        padding-left: 1.5em;
+        font-size: 90%;
+}
+
 #footer {
         clear: both;
         padding: 4px 10px 4px 142px;
@@ -320,12 +325,17 @@ p.memtitle {
         border-bottom: 1px solid #84b0c7;
 }
 
-p.sourceline, p.references, p.referencedby, p.reimplementedfrom, p.reimplementedin {
+p.sourceline, p.references, p.referencedby, p.reimplementedfrom, p.reimplementedin, 
+p.implementedin {
         color: #666666;
         font-size: 75%;
-        margin-left: 10em;
         margin-bottom: .2em;
         margin-top: .2em;
+}
+
+div.memdoc p.sourceline, p.references, p.referencedby, p.reimplementedfrom, p.reimplementedin, 
+p.implementedin {
+        margin-left: 10em;
         text-indent: -4em;
 }
 
@@ -388,6 +398,27 @@ table.members td:first-child {
         width: 35%;
 }
 
+div.toc {
+       width: 25%;
+        margin: 10px 0px;
+}
+
+div.toc ol {
+        padding: 0px;
+        margin: 0pt 0pt 0pt 40px;
+       list-style-type: decimal;
+}
+
+div.toc li {
+        padding: none;
+}
+
+div.toc div {
+        margin: 10px 0px;
+        font-weight: bold;
+        font-size: 120%
+}
+
 /* \f
  * Local Variables:
  * indent-tabs-mode: nil