[cc-commits] [CC SVN] r15474 - in themes/creativecommons.org/branches/production: . css

webmaster at creativecommons.org webmaster at creativecommons.org
Wed Jan 18 13:47:06 EST 2012


Author: nkinkade
Date: 2012-01-18 18:47:06 +0000 (Wed, 18 Jan 2012)
New Revision: 15474

Modified:
   themes/creativecommons.org/branches/production/
   themes/creativecommons.org/branches/production/css/ie8-and-down.css
   themes/creativecommons.org/branches/production/css/primary.styles.css
   themes/creativecommons.org/branches/production/css/style.css
Log:
Merged revisions 15473 via svnmerge from 
svn+ssh://svn@code.creativecommons.org/svnroot/themes/creativecommons.org/trunk

........
  r15473 | nkinkade | 2012-01-18 13:44:50 -0500 (Wed, 18 Jan 2012) | 1 line
  
  Move skip-navigation link to -200px from top to better hide it when we have banners.
........



Property changes on: themes/creativecommons.org/branches/production
___________________________________________________________________
Modified: svnmerge-integrated
   - /themes/creativecommons.org/trunk:1-15196,15200-15255,15264-15274,15276-15286,15288,15290-15293,15296,15298-15304,15308-15311,15313-15319,15323-15379,15382-15385,15387,15389,15391-15393,15400,15402,15405,15409,15413,15420-15422,15424,15426-15429,15446,15448,15455,15466,15468,15470-15471
   + /themes/creativecommons.org/trunk:1-15196,15200-15255,15264-15274,15276-15286,15288,15290-15293,15296,15298-15304,15308-15311,15313-15319,15323-15379,15382-15385,15387,15389,15391-15393,15400,15402,15405,15409,15413,15420-15422,15424,15426-15429,15446,15448,15455,15466,15468,15470-15471,15473

Modified: themes/creativecommons.org/branches/production/css/ie8-and-down.css
===================================================================
--- themes/creativecommons.org/branches/production/css/ie8-and-down.css	2012-01-18 18:44:50 UTC (rev 15473)
+++ themes/creativecommons.org/branches/production/css/ie8-and-down.css	2012-01-18 18:47:06 UTC (rev 15474)
@@ -1,5 +1,5 @@
 /**
- * THIS FILE WAS AUTOGENERATED on: Wed Dec 14 15:38:35 EST 2011.
+ * THIS FILE WAS AUTOGENERATED on: Wed Jan 18 13:43:45 EST 2012.
  * DO NOT EDIT THIS FILE.
  */
 
@@ -2532,7 +2532,7 @@
 
 .topbar #skip-navigation {
 	position: absolute;
-	top: -150px;
+	top: -200px;
 	left: 150px;
 }
 

Modified: themes/creativecommons.org/branches/production/css/primary.styles.css
===================================================================
--- themes/creativecommons.org/branches/production/css/primary.styles.css	2012-01-18 18:44:50 UTC (rev 15473)
+++ themes/creativecommons.org/branches/production/css/primary.styles.css	2012-01-18 18:47:06 UTC (rev 15474)
@@ -154,7 +154,7 @@
 
 .topbar #skip-navigation {
 	position: absolute;
-	top: -150px;
+	top: -200px;
 	left: 150px;
 }
 

Modified: themes/creativecommons.org/branches/production/css/style.css
===================================================================
--- themes/creativecommons.org/branches/production/css/style.css	2012-01-18 18:44:50 UTC (rev 15473)
+++ themes/creativecommons.org/branches/production/css/style.css	2012-01-18 18:47:06 UTC (rev 15474)
@@ -1,5 +1,5 @@
 /**
- * THIS FILE WAS AUTOGENERATED on: Wed Dec 14 15:38:35 EST 2011.
+ * THIS FILE WAS AUTOGENERATED on: Wed Jan 18 13:43:45 EST 2012.
  * DO NOT EDIT THIS FILE.
  */
 
@@ -2532,7 +2532,7 @@
 
 .topbar #skip-navigation {
 	position: absolute;
-	top: -150px;
+	top: -200px;
 	left: 150px;
 }
 



More information about the cc-commits mailing list