You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/11/30 06:04:50 UTC

svn commit: r1642518 - /directory/site/trunk/content/css/common.css

Author: elecharny
Date: Sun Nov 30 05:04:50 2014
New Revision: 1642518

URL: http://svn.apache.org/r1642518
Log:
Added styles for the main page download images

Modified:
    directory/site/trunk/content/css/common.css

Modified: directory/site/trunk/content/css/common.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/common.css?rev=1642518&r1=1642517&r2=1642518&view=diff
==============================================================================
--- directory/site/trunk/content/css/common.css (original)
+++ directory/site/trunk/content/css/common.css Sun Nov 30 05:04:50 2014
@@ -790,6 +790,18 @@ th 
     color: #5e5e5e;
 }
 
+.download_badge_studio
+{
+    width: 306px;
+    background-image: url( "../images/download-badge-studio.gif" );
+}
+
+.download_badge_apacheds
+{
+    width: 306px;
+    background-image: url( "../images/download-badge-apacheds.gif" );
+}
+
 .download_badge b
 {
     display: inline-block;