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 02:25:51 UTC

svn commit: r1637500 - /lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css

Author: sarowe
Date: Sat Nov  8 01:25:51 2014
New Revision: 1637500

URL: http://svn.apache.org/r1637500
Log:
SOLR-6058: make detailed feature button text wrap within the button border, rather than breaking the border when the text has to wrap; move the solr ref guide badge in buttons closer to the left side

Modified:
    lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css

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=1637500&r1=1637499&r2=1637500&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 Sat Nov  8 01:25:51 2014
@@ -918,7 +918,7 @@ img.float-right {
   background-color: inherit;
   text-transform: uppercase;
   color: #000;
-  padding: 0.25em 0.65em 0.15em 0.46em;
+  padding: 0.25em 0.65em 0.15em 0.47em;
   font-weight: 500;
   margin: 0;
   display: inline-block;