You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2014/11/08 15:36:53 UTC

svn commit: r1637569 - /lucene/cms/branches/solr_6058/content/solr/features.mdtext

Author: sarowe
Date: Sat Nov  8 14:36:52 2014
New Revision: 1637569

URL: http://svn.apache.org/r1637569
Log:
SOLR-6058: On the features page, move the ref guide buttons in the detailed features>discovery to the bottom of the section in 3-size layout (4-, 2-, and 1-column, depending on page width), and make longer button text shorter so they don't wrap in the 4- and 2-column layouts

Modified:
    lucene/cms/branches/solr_6058/content/solr/features.mdtext

Modified: lucene/cms/branches/solr_6058/content/solr/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/features.mdtext?rev=1637569&r1=1637568&r2=1637569&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/features.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/features.mdtext Sat Nov  8 14:36:52 2014
@@ -1,4 +1,5 @@
-Title: Features 
+Title: Features
+
 <section class="hero alternate">
   <div class="row">
     <div class="large-12 columns">
@@ -502,38 +503,42 @@ Title: Features 
       <div class="small-6 columns">
         <li>Typeahead, autocomplete, auto-suggest, whatever you call it, Solr supports powerful and extensible mechanisms for providing suggestions to users as they type in their queries
         </li>
-        <div class="centered">
-          <a class="wrappable-btn" href="https://cwiki.apache.org/confluence/display/solr/Suggester"
-            ><span class="ref-guide-badge">Solr<br />Ref<br />Guide</span> Suggester</a>
-        </div>
-        <br />
       </div>
       <div class="small-6 columns">
         <li>Integrated Carrot<sup>2</sup> features enable dynamic search results clustering
         </li>
-        <div class="centered">
-          <a class="wrappable-btn" href="https://cwiki.apache.org/confluence/display/solr/Result+Clustering"
-            ><span class="ref-guide-badge">Solr<br />Ref<br />Guide</span> Result Clustering</a>
-        </div>
       </div>
     </div>
     <div class="row">
       <div class="small-6 columns">
         <li>Spelling suggestions are a breeze to enable to help users correct their queries for better results
         </li>
-        <div class="centered">
-          <a class="wrappable-btn" href="https://cwiki.apache.org/confluence/display/solr/Spell+Checking"
-            ><span class="ref-guide-badge">Solr<br />Ref<br />Guide</span> Spell Checking</a>
-        </div>
       </div>
       <div class="small-6 columns">
         <li>Configurable hit highlighting helps users focus in on exactly where matches occur
         </li>
-        <div class="centered">
+      </div>
+    </div>
+    <br />
+    <div class="row">
+      <ul class="small-block-grid-1 medium-block-grid-2 large-block-grid-4">
+        <li>
+          <a class="wrappable-btn" href="https://cwiki.apache.org/confluence/display/solr/Suggester"
+            ><span class="ref-guide-badge">Solr<br />Ref<br />Guide</span> Suggester</a>
+        </li>
+        <li>
+          <a class="wrappable-btn" href="https://cwiki.apache.org/confluence/display/solr/Result+Clustering"
+            ><span class="ref-guide-badge">Solr<br />Ref<br />Guide</span> Clustering</a>
+        </li>
+        <li>
+          <a class="wrappable-btn" href="https://cwiki.apache.org/confluence/display/solr/Spell+Checking"
+            ><span class="ref-guide-badge">Solr<br />Ref<br />Guide</span> Spellcheck</a>
+        </li>
+        <li>
           <a class="wrappable-btn" href="https://cwiki.apache.org/confluence/display/solr/Highlighting"
             ><span class="ref-guide-badge">Solr<br />Ref<br />Guide</span> Highlighting</a>
-        </div>
-      </div>
+        </li>
+      </ul>
     </div>
   </ul>
 </section>