You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dj...@apache.org on 2013/10/20 11:54:39 UTC

[1/3] git commit: updated refs/heads/1.5.x to 7fb151d

Updated Branches:
  refs/heads/1.5.x 90cecc20e -> 7fb151d02


Fix quick search from non-top level articles.


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

Branch: refs/heads/1.5.x
Commit: 1709957e8ccc25cdc5d3a282133a3fc55c7218c3
Parents: 90cecc2
Author: Alexander Shorin <kx...@apache.org>
Authored: Mon Oct 14 15:24:50 2013 +0400
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Sun Oct 20 11:36:36 2013 +0200

----------------------------------------------------------------------
 share/doc/templates/searchbox.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


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


[3/3] git commit: updated refs/heads/1.5.x to 7fb151d

Posted by dj...@apache.org.
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 <kx...@apache.org>
Authored: Mon Oct 14 16:08:06 2013 +0400
Committer: Dirkjan Ochtman <dj...@apache.org>
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">


[2/3] git commit: updated refs/heads/1.5.x to 7fb151d

Posted by dj...@apache.org.
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/b9459cf9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b9459cf9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b9459cf9

Branch: refs/heads/1.5.x
Commit: b9459cf957a6acc4798d37aa81bdc52c6eb5d1f8
Parents: 1709957
Author: Alexander Shorin <kx...@apache.org>
Authored: Mon Oct 14 15:51:51 2013 +0400
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Sun Oct 20 11:37:22 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/b9459cf9/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;
+}