[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28766] trunk/blender/source/blender/ python/doc/blender-org/static/default.css_t: fix for sphinx docs from smerch

Campbell Barton ideasman42 at gmail.com
Fri May 14 15:38:29 CEST 2010


Revision: 28766
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28766
Author:   campbellbarton
Date:     2010-05-14 15:38:29 +0200 (Fri, 14 May 2010)

Log Message:
-----------
fix for sphinx docs from smerch

r40 | smerch | 2010-05-14 15:23:53 +0200 (Fri, 14 May 2010) | 7 lines

==sphinx .css==

Another .function class improvement:
- added "Description: " before actual description;
- variables list aligned with parameters list;
- "Return type" warping fixed.

Modified Paths:
--------------
    trunk/blender/source/blender/python/doc/blender-org/static/default.css_t

Modified: trunk/blender/source/blender/python/doc/blender-org/static/default.css_t
===================================================================
--- trunk/blender/source/blender/python/doc/blender-org/static/default.css_t	2010-05-14 11:09:35 UTC (rev 28765)
+++ trunk/blender/source/blender/python/doc/blender-org/static/default.css_t	2010-05-14 13:38:29 UTC (rev 28766)
@@ -398,15 +398,25 @@
 }
 
 dl.function>dt {
-    text-indent:-30px;
-    padding-left: 30px;
+    text-indent:-130px;
+    padding-left: 130px;
 }
 
-dl.function>dt em:before, dl.function>dt em+big:before {
+dl.function>dt em {
+    color: #999;
+}
+
+dl.function>dt em:before {
     content: " ";
     display: block;
 }
 
+dl.function > dd > p:before {
+    content:"Description: ";
+    font-weight:bold;
+    margin-right:15px;
+}
+
 dt:target, .highlight {
     color:#444;
 }
@@ -426,5 +436,13 @@
 }
 
 table.indextable tr.cap {
-background-color: transparent;
+    background-color: transparent;
 }
+
+col.field-name {
+    width:100px;
+}
+
+td.field-body ul.first {
+    color: #999;
+}





More information about the Bf-blender-cvs mailing list