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/07 03:25:01 UTC

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

Author: sarowe
Date: Fri Nov  7 02:25:01 2014
New Revision: 1637290

URL: http://svn.apache.org/r1637290
Log:
SOLR-6058: Fix the top nav bar menu so the items have the right padding and font weight between 40.063em (the old menu toggle breakpoint) and 47.5em (the new menu toggle breakpoint)

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=1637290&r1=1637289&r2=1637290&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 Fri Nov  7 02:25:01 2014
@@ -178,7 +178,7 @@ a.lucene-btn {
 }
 
 /* full-width nav styles */
-@media only screen and (min-width: 40.063em) {
+@media only screen and (min-width: 47.5em) {
   .top-bar-section .navigation {
     margin: 20px 20px 20px 0;
   }