You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2014/03/13 17:20:48 UTC

svn commit: r1577224 - /trafficserver/site/trunk/content/styles/styles.css

Author: mlibbey
Date: Thu Mar 13 16:20:48 2014
New Revision: 1577224

URL: http://svn.apache.org/r1577224
Log:
center twitter follow button matching high pixel style area

Modified:
    trafficserver/site/trunk/content/styles/styles.css

Modified: trafficserver/site/trunk/content/styles/styles.css
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/styles/styles.css?rev=1577224&r1=1577223&r2=1577224&view=diff
==============================================================================
--- trafficserver/site/trunk/content/styles/styles.css (original)
+++ trafficserver/site/trunk/content/styles/styles.css Thu Mar 13 16:20:48 2014
@@ -231,11 +231,11 @@ div.last > ul li {
 /* 8. DOWNLOAD BUTTON */
 
 #download {
-    float:right;
+    float:left;
     text-align:center;
     height: 30px;
     width: 200px;
-    margin:10px;
+    margin:10px 10px 10px 55px;
     border-top: 1px solid #c8c8c8;
     background: #47bf1f;
     background: -webkit-gradient(linear, left top, left bottom, from(#9fe47d), to(#47bf1f));