You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ma...@apache.org on 2013/12/17 02:05:53 UTC

svn commit: r1551434 - /flex/site/trunk/content/css/style.css

Author: mamsellem
Date: Tue Dec 17 01:05:52 2013
New Revision: 1551434

URL: http://svn.apache.org/r1551434
Log:
IN PROGRESS - FLEX-33907 Showcase section in web site
added 4px gray border
normalize preview height to 250 px

Modified:
    flex/site/trunk/content/css/style.css

Modified: flex/site/trunk/content/css/style.css
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/css/style.css?rev=1551434&r1=1551433&r2=1551434&view=diff
==============================================================================
--- flex/site/trunk/content/css/style.css (original)
+++ flex/site/trunk/content/css/style.css Tue Dec 17 01:05:52 2013
@@ -1275,7 +1275,9 @@ or wrap each row of columns in a <div cl
 
 /* showcase*/
 img.showcase {
-    margin: 2 auto;
+
+    border: 4px solid gray;
+    height: 250px;
 }
 
 /*blog entry*/