[cc-commits] [CC SVN] r12816 - in ccwordpress/branches/production: . www/wp-content/themes/cc5
webmaster at creativecommons.org
webmaster at creativecommons.org
Mon Jun 22 19:31:14 EDT 2009
Author: bse
Date: 2009-06-22 23:31:14 +0000 (Mon, 22 Jun 2009)
New Revision: 12816
Modified:
ccwordpress/branches/production/
ccwordpress/branches/production/www/wp-content/themes/cc5/index.css
Log:
Merged revisions 12815 via svnmerge from
svn+ssh://svn@code.creativecommons.org/svnroot/ccwordpress/trunk
........
r12815 | bse | 2009-06-22 23:27:55 +0000 (Mon, 22 Jun 2009) | 1 line
Line height bug fixed. Stupid firefox.
........
Property changes on: ccwordpress/branches/production
___________________________________________________________________
Modified: svnmerge-integrated
- /ccwordpress/trunk:1-8296,8298-9115,9117-9643,9645-9659,9661-9687,9689-9733,9736-9759,9761-9839,9841-9901,9903-9920,9922-10049,10051-10061,10063-10087,10093-10094,10096-10164,10166-10173,10175-10638,10640-10734,10736,10740-11077,11079-11279,11281-11284,11286-11366,11368-11544,11561,11571,11573,11578,11581,11587,11649,11651-11940,11943,11945-12117,12120,12122,12168,12226,12348-12449,12454,12456,12484-12485,12520,12579,12600-12603,12605-12616,12632-12657,12659-12669,12679,12713,12725,12727,12772-12787,12790-12795,12813
+ /ccwordpress/trunk:1-8296,8298-9115,9117-9643,9645-9659,9661-9687,9689-9733,9736-9759,9761-9839,9841-9901,9903-9920,9922-10049,10051-10061,10063-10087,10093-10094,10096-10164,10166-10173,10175-10638,10640-10734,10736,10740-11077,11079-11279,11281-11284,11286-11366,11368-11544,11561,11571,11573,11578,11581,11587,11649,11651-11940,11943,11945-12117,12120,12122,12168,12226,12348-12449,12454,12456,12484-12485,12520,12579,12600-12603,12605-12616,12632-12657,12659-12669,12679,12713,12725,12727,12772-12787,12790-12795,12813,12815
Modified: ccwordpress/branches/production/www/wp-content/themes/cc5/index.css
===================================================================
--- ccwordpress/branches/production/www/wp-content/themes/cc5/index.css 2009-06-22 23:27:55 UTC (rev 12815)
+++ ccwordpress/branches/production/www/wp-content/themes/cc5/index.css 2009-06-22 23:31:14 UTC (rev 12816)
@@ -99,12 +99,12 @@
#splash {
margin-top: 1em;
+ font-size: 1.2em;
position: relative;
width: 630px;
height: 200px;
overflow: hidden;
background-color: #e6ede2;
- border-bottom: 1px solid #fff;
}
#splash img.main {
@@ -158,15 +158,17 @@
}
#cc_mission h4 {
- margin-bottom: 0;
+ margin-bottom: 0 !important;
line-height: 1em;
}
+
+
#quote {
position: relative;
display: block;
width: 300px;
- height: 197px;
+ height: 200px;
background: url(images/splash-quote-bg.jpg) no-repeat top left;
-moz-border-radius: 10px;
}
More information about the cc-commits
mailing list