[cc-commits] [CC SVN] r15213 - themes/creativecommons.org/trunk/css
webmaster at creativecommons.org
webmaster at creativecommons.org
Sat Sep 10 07:47:29 EDT 2011
Author: cxadams
Date: 2011-09-10 11:47:29 +0000 (Sat, 10 Sep 2011)
New Revision: 15213
Modified:
themes/creativecommons.org/trunk/css/primary.styles.css
Log:
improve footer colors
Modified: themes/creativecommons.org/trunk/css/primary.styles.css
===================================================================
--- themes/creativecommons.org/trunk/css/primary.styles.css 2011-09-10 10:51:06 UTC (rev 15212)
+++ themes/creativecommons.org/trunk/css/primary.styles.css 2011-09-10 11:47:29 UTC (rev 15213)
@@ -446,12 +446,13 @@
bottom: 20px;
}
+
footer, footer p, footer p small {
- color: #EDEDEE;
+ color: #ffffff;
}
-footer a, footer a:visited {
- color: #fff;
+footer a, footer a:hover, footer a:visited {
+ color: #ffffff;
}
footer a {
@@ -471,7 +472,7 @@
width: 500px;
height: 350px;
background: url("../img/World_map_-_low_resolution.png") no-repeat 0 0; /* CC BY SA http://en.wikipedia.org/wiki/File:World_map_-_low_resolution.svg */
- opacity:0.3; filter:alpha(opacity=30);
+ opacity:0.15; filter:alpha(opacity=15);
}
.carousel {
More information about the cc-commits
mailing list