You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2013/10/28 17:13:33 UTC

[16/50] git commit: updated refs/heads/1853-fauxton-route-events to b70b7ae

Temporary fix for quick search form layout on RTD site.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d43c3004
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d43c3004
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d43c3004

Branch: refs/heads/1853-fauxton-route-events
Commit: d43c300428c0e670c17f7e8cf0d3997a3b907fe7
Parents: f55fc97
Author: Alexander Shorin <kx...@apache.org>
Authored: Mon Oct 14 15:51:51 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Mon Oct 14 15:51:51 2013 +0400

----------------------------------------------------------------------
 share/doc/static/rtd.css | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d43c3004/share/doc/static/rtd.css
----------------------------------------------------------------------
diff --git a/share/doc/static/rtd.css b/share/doc/static/rtd.css
index 4856066..19689eb 100644
--- a/share/doc/static/rtd.css
+++ b/share/doc/static/rtd.css
@@ -29,7 +29,7 @@
 /* PAGE LAYOUT -------------------------------------------------------------- */
 
 body {
-    font: 100%/1.5 "ff-meta-web-pro-1","ff-meta-web-pro-2",Arial,"Helvetica Neue",sans-serif; 
+    font: 100%/1.5 "ff-meta-web-pro-1","ff-meta-web-pro-2",Arial,"Helvetica Neue",sans-serif;
     text-align: center;
     color: black;
     background-color: #465158;
@@ -604,7 +604,7 @@ p {
 /* MOBILE LAYOUT -------------------------------------------------------------- */
 
 @media screen and (max-width: 600px) {
-    
+
     h1, h2, h3, h4, h5 {
         position: relative;
     }
@@ -764,7 +764,7 @@ p {
 
     table.indextable {
         display: block;
-        width: auto; 
+        width: auto;
     }
 
     .indextable tr {
@@ -793,3 +793,9 @@ p {
     }
 
 }
+
+/* Override RTD basic.css
+Fix style for quick search bar. This is temporary solution.*/
+div.sphinxsidebar #searchbox input[type="text"] {
+    width: 140px;
+}