You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2019/02/13 10:50:50 UTC

[tinkerpop] branch download-page updated: use bootstrap form

This is an automated email from the ASF dual-hosted git repository.

rdale pushed a commit to branch download-page
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/download-page by this push:
     new 07ea8fe  use bootstrap form
07ea8fe is described below

commit 07ea8fe37057e8bc7a93f7b150f900e0ad6f49c7
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Wed Feb 13 05:50:39 2019 -0500

    use bootstrap form
---
 docs/site/home/downloads.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/site/home/downloads.html b/docs/site/home/downloads.html
index 152b290..63e808e 100644
--- a/docs/site/home/downloads.html
+++ b/docs/site/home/downloads.html
@@ -83,7 +83,9 @@ limitations under the License.
     </table>
     <h4>Archived Releases</h4>
     <p>
-    <select id="dropdownArchives" class="bootstrap-select">
+    <div class="form-group row">
+        <div class="col-xs-3">
+    <select id="dropdownArchives" class="form-control">
         <option selected="selected">3.3.4 (15-Oct-2018)</option>
         <option>3.3.3 (8-May-2018)</option>
         <option>3.3.2 (2-Apr-2018)</option>
@@ -113,6 +115,8 @@ limitations under the License.
         <option>3.0.1-incubating (2-Sep-2015)</option>
         <option>3.0.0-incubating (9-Jul-2015)</option>
     </select>
+        </div>
+    </div>
     </p>
      <table class="table">
          <tr>