[cc-commits] [CC SVN] r15490 - themes/creativecommons.org/trunk/css
webmaster at creativecommons.org
webmaster at creativecommons.org
Tue Jan 31 17:37:05 EST 2012
Author: nkinkade
Date: 2012-01-31 22:37:05 +0000 (Tue, 31 Jan 2012)
New Revision: 15490
Modified:
themes/creativecommons.org/trunk/css/ie8-and-down.css
themes/creativecommons.org/trunk/css/primary.styles.css
themes/creativecommons.org/trunk/css/style.css
Log:
Change default <li> text color from #808080 to black.
Modified: themes/creativecommons.org/trunk/css/ie8-and-down.css
===================================================================
--- themes/creativecommons.org/trunk/css/ie8-and-down.css 2012-01-31 22:27:00 UTC (rev 15489)
+++ themes/creativecommons.org/trunk/css/ie8-and-down.css 2012-01-31 22:37:05 UTC (rev 15490)
@@ -1,5 +1,5 @@
/**
- * THIS FILE WAS AUTOGENERATED on: Tue Jan 31 17:26:28 EST 2012.
+ * THIS FILE WAS AUTOGENERATED on: Tue Jan 31 17:36:35 EST 2012.
* DO NOT EDIT THIS FILE.
*/
@@ -3206,6 +3206,11 @@
p small {
color: #222222;
}
+
+/* Override default color for <li> tesxt in bootstrap CSS file */
+li {
+ color: #000000;
+}
/* Input of custom IE rules for less than IE9 */
header {
Modified: themes/creativecommons.org/trunk/css/primary.styles.css
===================================================================
--- themes/creativecommons.org/trunk/css/primary.styles.css 2012-01-31 22:27:00 UTC (rev 15489)
+++ themes/creativecommons.org/trunk/css/primary.styles.css 2012-01-31 22:37:05 UTC (rev 15490)
@@ -828,3 +828,8 @@
p small {
color: #222222;
}
+
+/* Override default color for <li> tesxt in bootstrap CSS file */
+li {
+ color: #000000;
+}
Modified: themes/creativecommons.org/trunk/css/style.css
===================================================================
--- themes/creativecommons.org/trunk/css/style.css 2012-01-31 22:27:00 UTC (rev 15489)
+++ themes/creativecommons.org/trunk/css/style.css 2012-01-31 22:37:05 UTC (rev 15490)
@@ -1,5 +1,5 @@
/**
- * THIS FILE WAS AUTOGENERATED on: Tue Jan 31 17:26:28 EST 2012.
+ * THIS FILE WAS AUTOGENERATED on: Tue Jan 31 17:36:35 EST 2012.
* DO NOT EDIT THIS FILE.
*/
@@ -3206,6 +3206,11 @@
p small {
color: #222222;
}
+
+/* Override default color for <li> tesxt in bootstrap CSS file */
+li {
+ color: #000000;
+}
/* ==|== media queries ======================================================
PLACEHOLDER Media Queries for Responsive Design.
These override the primary ('mobile first') styles
More information about the cc-commits
mailing list