[cc-commits] [CC SVN] r15254 - themes/creativecommons.org/trunk/css
webmaster at creativecommons.org
webmaster at creativecommons.org
Tue Oct 4 04:32:13 EDT 2011
Author: cxadams
Date: 2011-10-04 08:32:13 +0000 (Tue, 04 Oct 2011)
New Revision: 15254
Modified:
themes/creativecommons.org/trunk/css/primary.styles.css
Log:
change topbar from fixed to relative
Modified: themes/creativecommons.org/trunk/css/primary.styles.css
===================================================================
--- themes/creativecommons.org/trunk/css/primary.styles.css 2011-09-30 16:16:13 UTC (rev 15253)
+++ themes/creativecommons.org/trunk/css/primary.styles.css 2011-10-04 08:32:13 UTC (rev 15254)
@@ -47,7 +47,7 @@
}
.first.row {
- margin-top: 60px;
+ margin-top: 20px;
}
a {
@@ -125,7 +125,7 @@
========================================================================== */
.topbar {
- border-bottom: 1px solid #EDEDEE;
+ position: relative;
}
.topbar .topbar-inner {
background: #98C807;
More information about the cc-commits
mailing list