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:34 UTC

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

Better temp fix.


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

Branch: refs/heads/1853-fauxton-route-events
Commit: 1f41f0b6098693696bc57c28d9ae736b5da6f6c0
Parents: d43c300
Author: Alexander Shorin <kx...@apache.org>
Authored: Mon Oct 14 16:08:06 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Mon Oct 14 16:08:06 2013 +0400

----------------------------------------------------------------------
 share/doc/static/rtd.css           | 6 ------
 share/doc/templates/searchbox.html | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/1f41f0b6/share/doc/static/rtd.css
----------------------------------------------------------------------
diff --git a/share/doc/static/rtd.css b/share/doc/static/rtd.css
index 19689eb..b342913 100644
--- a/share/doc/static/rtd.css
+++ b/share/doc/static/rtd.css
@@ -793,9 +793,3 @@ p {
     }
 
 }
-
-/* Override RTD basic.css
-Fix style for quick search bar. This is temporary solution.*/
-div.sphinxsidebar #searchbox input[type="text"] {
-    width: 140px;
-}

http://git-wip-us.apache.org/repos/asf/couchdb/blob/1f41f0b6/share/doc/templates/searchbox.html
----------------------------------------------------------------------
diff --git a/share/doc/templates/searchbox.html b/share/doc/templates/searchbox.html
index a23ba13..fa12a7f 100644
--- a/share/doc/templates/searchbox.html
+++ b/share/doc/templates/searchbox.html
@@ -18,7 +18,7 @@ specific language governing permissions and limitations under the License.
 <h3>Quick Search</h3>
 
 <form class="search" action="{{ pathto('search') }}" method="get">
-<input type="text" name="q">
+<input type="text" name="q" style="width:115px">
 <input type="submit" value="Go">
 <input type="hidden" name="check_keywords" value="yes">
 <input type="hidden" name="area" value="default">