[cc-commits] [CC SVN] r15291 - themes/creativecommons.org/trunk/css

webmaster at creativecommons.org webmaster at creativecommons.org
Fri Oct 14 23:32:20 EDT 2011


Author: cxadams
Date: 2011-10-15 03:32:20 +0000 (Sat, 15 Oct 2011)
New Revision: 15291

Modified:
   themes/creativecommons.org/trunk/css/media.queries.css
   themes/creativecommons.org/trunk/css/primary.styles.css
Log:
fix two css bugs in carousel caption; should resolve issues 946 and 947

Modified: themes/creativecommons.org/trunk/css/media.queries.css
===================================================================
--- themes/creativecommons.org/trunk/css/media.queries.css	2011-10-15 03:18:57 UTC (rev 15290)
+++ themes/creativecommons.org/trunk/css/media.queries.css	2011-10-15 03:32:20 UTC (rev 15291)
@@ -41,8 +41,11 @@
 		width: 232px;
 	}
 	
-	
+	.bucket .slide .film .caption {
+		width: 470px;
+	}	
 }
+
 @media only screen and (min-width: 960px) {
 	
 	.bucket .slide .film .caption {

Modified: themes/creativecommons.org/trunk/css/primary.styles.css
===================================================================
--- themes/creativecommons.org/trunk/css/primary.styles.css	2011-10-15 03:18:57 UTC (rev 15290)
+++ themes/creativecommons.org/trunk/css/primary.styles.css	2011-10-15 03:32:20 UTC (rev 15291)
@@ -594,7 +594,7 @@
 	bottom: 0px;
 	left:0px;
 	min-height:30px;
-	padding:5px 20px 0 20px;
+	padding:5px 20px 5px 20px;
 	background:#ccc;
 	background:rgba(0,0,0,.8);
 	color:#fff;



More information about the cc-commits mailing list