[Checkins] SVN: buildout-website/trunk/source/ - Searchtip css fix

Baiju M baiju.m.mail at gmail.com
Thu Apr 23 12:40:47 EDT 2009


Log message for revision 99429:
  - Searchtip css fix
  - Use buildout_theme, commented 'default'
  

Changed:
  U   buildout-website/trunk/source/_static/default.css_t
  U   buildout-website/trunk/source/conf.py

-=-
Modified: buildout-website/trunk/source/_static/default.css_t
===================================================================
--- buildout-website/trunk/source/_static/default.css_t	2009-04-23 16:28:56 UTC (rev 99428)
+++ buildout-website/trunk/source/_static/default.css_t	2009-04-23 16:40:47 UTC (rev 99429)
@@ -74,7 +74,7 @@
 {%- if theme_stickysidebar|tobool %}
 /* this is nice, but it it leads to hidden headings when jumping
    to an anchor */
-
+/*
 div.related {
     position: fixed;
 }
@@ -82,7 +82,7 @@
 div.documentwrapper {
     margin-top: 30px;
 }
-
+*/
 {%- endif %}
 
 div.sphinxsidebar h3 {
@@ -324,11 +324,6 @@
   padding: 10px;
 }
 
-div#searchbox .searchtip {
-    background-color: #272D7B; /* blueprint blue */
-    padding: 4px 4px 4px 4px;
-}
-
 /* AVAILABLE-COLORS
  * The set of colors understood by docutils.
  */

Modified: buildout-website/trunk/source/conf.py
===================================================================
--- buildout-website/trunk/source/conf.py	2009-04-23 16:28:56 UTC (rev 99428)
+++ buildout-website/trunk/source/conf.py	2009-04-23 16:40:47 UTC (rev 99429)
@@ -86,7 +86,7 @@
 
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
 # Sphinx are currently 'default' and 'sphinxdoc'.
-html_theme = 'default'
+# html_theme = 'default'
 
 html_theme = 'buildout_theme'
 html_theme_path = ['.']



More information about the Checkins mailing list