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/7fb151d0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7fb151d0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7fb151d0 Branch: refs/heads/1.5.x Commit: 7fb151d0264b8f2027bf948a3ea464c8b4e5eae6 Parents: b9459cf Author: Alexander Shorin <[email protected]> Authored: Mon Oct 14 16:08:06 2013 +0400 Committer: Dirkjan Ochtman <[email protected]> Committed: Sun Oct 20 11:37:28 2013 +0200 ---------------------------------------------------------------------- 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/7fb151d0/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/7fb151d0/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">
