[Python-checkins] r61514 - doctools/trunk/sphinx/static/sphinxdoc.css

georg.brandl python-checkins at python.org
Tue Mar 18 09:09:13 CET 2008


Author: georg.brandl
Date: Tue Mar 18 09:09:13 2008
New Revision: 61514

Modified:
   doctools/trunk/sphinx/static/sphinxdoc.css
Log:
Add search styles to sphinxdoc style.


Modified: doctools/trunk/sphinx/static/sphinxdoc.css
==============================================================================
--- doctools/trunk/sphinx/static/sphinxdoc.css	(original)
+++ doctools/trunk/sphinx/static/sphinxdoc.css	Tue Mar 18 09:09:13 2008
@@ -475,3 +475,29 @@
     padding-top: 5px;
     font-size: 90%;
 }
+
+ul.search {
+    margin: 10px 0 0 20px;
+    padding: 0;
+}
+
+ul.search li {
+    padding: 5px 0 5px 20px;
+    background-image: url(file.png);
+    background-repeat: no-repeat;
+    background-position: 0 7px;
+}
+
+ul.search li a {
+    font-weight: bold;
+}
+
+ul.search li div.context {
+    color: #888;
+    margin: 2px 0 0 30px;
+    text-align: left;
+}
+
+ul.keywordmatches li.goodmatch a {
+    font-weight: bold;
+}


More information about the Python-checkins mailing list