[cc-commits] [CC SVN] r14200 - cchost/trunk/dig/css

webmaster at creativecommons.org webmaster at creativecommons.org
Sat Feb 27 15:30:48 EST 2010


Author: fourstones
Date: 2010-02-27 20:30:48 +0000 (Sat, 27 Feb 2010)
New Revision: 14200

Modified:
   cchost/trunk/dig/css/site.css
Log:
make results-title H1 look like H2

Modified: cchost/trunk/dig/css/site.css
===================================================================
--- cchost/trunk/dig/css/site.css	2010-02-27 18:38:40 UTC (rev 14199)
+++ cchost/trunk/dig/css/site.css	2010-02-27 20:30:48 UTC (rev 14200)
@@ -32,9 +32,13 @@
 a {
 	color: #3399CC;
 }
-h2, h3 {
+h2, h3, #results-title {
 	color: #3399CC;
 }
+#results-title {
+    font-size: 2.0em;
+    margin-top: 0.75em;
+}
 h3.subheading {
 	margin-left: -.25em;
 	margin-top: -1.25em;




More information about the cc-commits mailing list