You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/02/22 22:07:26 UTC

svn commit: r1292505 - /lucene/cms/trunk/content/css/global.css

Author: markrmiller
Date: Wed Feb 22 21:07:26 2012
New Revision: 1292505

URL: http://svn.apache.org/viewvc?rev=1292505&view=rev
Log:
tweak location of download id text

Modified:
    lucene/cms/trunk/content/css/global.css

Modified: lucene/cms/trunk/content/css/global.css
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/css/global.css?rev=1292505&r1=1292504&r2=1292505&view=diff
==============================================================================
--- lucene/cms/trunk/content/css/global.css (original)
+++ lucene/cms/trunk/content/css/global.css Wed Feb 22 21:07:26 2012
@@ -952,12 +952,11 @@ code.inline{
 /* DOWNLOAD BUTTONS */
 
 .download-desc {
-	margin-right: auto;
-	margin-left: auto;
 	color: gray;
 	font-size: 10px;
 	margin-top: 5px;
 	margin-bottom: 10px;
+	margin-left: 10px;
 }
 
 .button-wrapper {