[cc-commits] [CC SVN] r12813 - ccwordpress/trunk/www/wp-content/themes/cc5
webmaster at creativecommons.org
webmaster at creativecommons.org
Mon Jun 22 19:04:49 EDT 2009
Author: bse
Date: 2009-06-22 23:04:49 +0000 (Mon, 22 Jun 2009)
New Revision: 12813
Modified:
ccwordpress/trunk/www/wp-content/themes/cc5/index.css
ccwordpress/trunk/www/wp-content/themes/cc5/index.php
Log:
Adjusted cc-videos div height to align with splash correctly.
Modified: ccwordpress/trunk/www/wp-content/themes/cc5/index.css
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cc5/index.css 2009-06-22 17:49:22 UTC (rev 12812)
+++ ccwordpress/trunk/www/wp-content/themes/cc5/index.css 2009-06-22 23:04:49 UTC (rev 12813)
@@ -166,7 +166,7 @@
position: relative;
display: block;
width: 300px;
- height: 200px;
+ height: 197px;
background: url(images/splash-quote-bg.jpg) no-repeat top left;
-moz-border-radius: 10px;
}
Modified: ccwordpress/trunk/www/wp-content/themes/cc5/index.php
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cc5/index.php 2009-06-22 17:49:22 UTC (rev 12812)
+++ ccwordpress/trunk/www/wp-content/themes/cc5/index.php 2009-06-22 23:04:49 UTC (rev 12813)
@@ -21,7 +21,7 @@
<script type="text/javascript" src="http://yui.yahooapis.com/2.6.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.6.0/build/cookie/cookie-min.js"></script>
- <link href="<?php bloginfo('stylesheet_directory'); ?>/index.css" rel="stylesheet" type="text/css" />
+ <link href="<?php bloginfo('stylesheet_directory'); ?>/index.css?20090622" rel="stylesheet" type="text/css" />
<!-- <link href="<?php bloginfo('stylesheet_directory'); ?>/support.css?5.1" rel="stylesheet" type="text/css" /> -->
<script type="text/javascript" charset="utf-8" src="<?php bloginfo('stylesheet_directory'); ?>/site.js"></script>
More information about the cc-commits
mailing list