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/05 18:57:14 UTC

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

Author: sarowe
Date: Wed Nov  5 17:57:14 2014
New Revision: 1636925

URL: http://svn.apache.org/r1636925
Log:
SOLR-6058: Whne window width is narrower than the text in section.orange milestones (e.g. detailed features), allow the text to wrap

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=1636925&r1=1636924&r2=1636925&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 17:57:14 2014
@@ -410,8 +410,6 @@ section.orange {
   background-color: #D9411E;
   color: #fff;
   padding:60px 0 80px 0;
-  margin-left: -100%;
-  margin-right: -100%;
   text-align:center;
   position:relative;
 }