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 2015/09/24 22:19:25 UTC

svn commit: r1705131 - /lucene/cms/trunk/content/solr/assets/styles/base.css

Author: sarowe
Date: Thu Sep 24 20:19:24 2015
New Revision: 1705131

URL: http://svn.apache.org/viewvc?rev=1705131&view=rev
Log:
revert change to incorrect style (.offset-medium instead of .offset-small)

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

Modified: lucene/cms/trunk/content/solr/assets/styles/base.css
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/assets/styles/base.css?rev=1705131&r1=1705130&r2=1705131&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/assets/styles/base.css (original)
+++ lucene/cms/trunk/content/solr/assets/styles/base.css Thu Sep 24 20:19:24 2015
@@ -45,10 +45,10 @@ code {
 
 .offset-medium {
   position: relative;
-  top: -56px;
-  padding-top: 112px;
+  top: -115px;
+  padding-top: 115px;
   padding-bottom: 0px;
-  margin-bottom: -56px;
+  margin-bottom: -115px;
   z-index: -1000;
 }