You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2014/11/05 12:47:17 UTC

svn commit: r1636856 - in /lucene/cms/branches/solr_6058: content/solr/assets/styles/base.css templates/solr-index.html

Author: gsingers
Date: Wed Nov  5 11:47:17 2014
New Revision: 1636856

URL: http://svn.apache.org/r1636856
Log:
SOLR-6058: remove nested buttons

Modified:
    lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css
    lucene/cms/branches/solr_6058/templates/solr-index.html

Modified: lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css?rev=1636856&r1=1636855&r2=1636856&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css (original)
+++ lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css Wed Nov  5 11:47:17 2014
@@ -46,6 +46,22 @@ code, pre {
   z-index: -1000;
 }
 
+.btn1{
+  border: 1px solid #d1d3d4;
+  background-color:inherit;
+  text-transform: uppercase;
+  color:#000;
+  padding: 0.7em 1em;
+  font-weight: 500;
+  margin: 0;
+}
+.btn1:hover, .btn1:focus,
+.btn1:hover, .btn1:focus {
+  color:#ff833d;
+  background:inherit;
+}
+
+
 a.btn, button {
   border: 1px solid #d1d3d4;
   background-color:inherit;

Modified: lucene/cms/branches/solr_6058/templates/solr-index.html
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/templates/solr-index.html?rev=1636856&r1=1636855&r2=1636856&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/templates/solr-index.html (original)
+++ lucene/cms/branches/solr_6058/templates/solr-index.html Wed Nov  5 11:47:17 2014
@@ -47,16 +47,14 @@
       <div class="row">
         <ul class="small-block-grid-1 medium-block-grid-2 large-block-grid-4">
           <li>
-            <a href="/solr/features.html">
-              <div class="box">
+            <a href="/solr/features.html"><div class="box">
                 <div class="img"><img src="/solr/assets/images/icon-features.svg"/></div>
                 <div class="title">
                   <h3>Features</h3>
                 </div>
                 <p>Hundreds of features make Solr incredibly versatile.</p>
-                <button>Learn More</button>
-              </div>
-            </a>
+                <span class="btn1">Learn More</span>
+              </div></a>
           </li>
           <li>
             <a href="/solr/resources.html">
@@ -66,7 +64,7 @@
                   <h3>Resources</h3>
                 </div>
                 <p>From tutorials to in-depth documentation, you'll find it here.</p>
-                <button>Get Started</button>
+                <span class="btn1">Get Started</span>
               </div>
             </a>
           </li>
@@ -78,7 +76,7 @@
                   <h3>Scaling with Solr</h3>
                 </div>
                 <p>Scale with confidence in data integrity and performance.</p>
-                <button>Scaling with Solr</button>
+                <span class="btn1">Scaling with Solr</span>
               </div>
             </a>
           </li>
@@ -90,7 +88,7 @@
                   <h3>Solr Community</h3>
                 </div>
                 <p>Get support and give back. Contribute to the Solr project.</p>
-                <button>Learn More</button>
+                <span class="btn1">Learn More</span>
               </div>
             </a>
           </li>
@@ -107,6 +105,7 @@
           <h1 class="red">
             Solr is trusted.
           </h1>
+
           <p>
             Solr powers some of the most heavily-trafficked sites and applications on the web.
           </p>
@@ -125,6 +124,7 @@
             <div><img src="/solr/assets/images/logo-bestbuy.png"/></div>
             <div><img src="/solr/assets/images/logo-aol.png"/></div>
           </div>
+        </div>
       </div>
     </section>
 
@@ -155,7 +155,7 @@
                 <h3>Download Binary</h3>
               </div>
               <p>Click here to download the Solr binary from the available mirrors.</p>
-              <button>Download Solr</button>
+              <span class="btn1">Download Solr</span>
             </div>
           </a>
         </div>
@@ -167,7 +167,7 @@
                 <h3>Run Through the Tutorial</h3>
               </div>
               <p>The Solr Getting Started tutorial will help you start working with Solr.</p>
-              <button>Read the Tutorial</button>
+              <span class="btn1">Read the Tutorial</span>
             </div>
           </a>
         </div>
@@ -179,7 +179,7 @@
                 <h3>Level Up</h3>
               </div>
               <p>Once you've completed the tutorial, continue your mastery with the Solr resource library.</p>
-              <button>More Resources</button>
+              <span class="btn1">More Resources</span>
             </div>
           </a>
         </div>
@@ -198,7 +198,7 @@
           <p>
             The Lucene PMC is pleased to announce the release of Apache Solr 4.10.2.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
           </p>
-          <a href="/solr/news.html"><button class="white">Read More News</button></a>
+          <a href="/solr/news.html"><span class="white">Read More News</span></a>
         </div>
       </div>
     </section>
@@ -213,7 +213,6 @@
             Solr Books<br/>
             <small>The definitive in-depth resource library written by the world's Solr experts.</small>
           </h1>
-          </p>
           <hr/>
           <ul class="books small-block-grid-2 medium-block-grid-3 large-block-grid-6">
             <li><a href="/solr/resources.html#mastering-apache-solr"><img src="/solr/assets/images/book_mas.jpg"/></a></li>