[cc-commits] [CC SVN] r13875 - in ccwordpress/branches/production: . www/wp-content/themes/cc5
webmaster at creativecommons.org
webmaster at creativecommons.org
Mon Jan 4 14:14:46 EST 2010
Author: bse
Date: 2010-01-04 19:14:46 +0000 (Mon, 04 Jan 2010)
New Revision: 13875
Modified:
ccwordpress/branches/production/
ccwordpress/branches/production/www/wp-content/themes/cc5/site.css
Log:
Merged revisions 13874 via svnmerge from
svn+ssh://svn@code.creativecommons.org/svnroot/ccwordpress/trunk
........
r13874 | bse | 2010-01-04 19:14:22 +0000 (Mon, 04 Jan 2010) | 1 line
Fixed line-height weirdness.
........
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,12671-12848,12850-12854,12856-12885,12888-12900,12903,12919-12921,12923,12935,12972-12978,13008,13041,13055,13057,13072,13121-13208,13221,13229,13235,13241,13243-13244,13264-13322,13324,13385,13387,13441,13443,13445-13446,13455,13457-13470,13472,13475,13477,13486-13489,13491,13493,13515,13517,13527-13528,13550,13562,13568,13571,13573-13597,13615,13624-13625,13627-13629,13632,13634,13636,13639-13640,13644,13648-13649,13651,13655,13670,13672,13712,13735,13741,13743-13745,13774,13799,13801,13807,13812,13859-13864,
13866-13867,13871-13872
+ /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,12671-12848,12850-12854,12856-12885,12888-12900,12903,12919-12921,12923,12935,12972-12978,13008,13041,13055,13057,13072,13121-13208,13221,13229,13235,13241,13243-13244,13264-13322,13324,13385,13387,13441,13443,13445-13446,13455,13457-13470,13472,13475,13477,13486-13489,13491,13493,13515,13517,13527-13528,13550,13562,13568,13571,13573-13597,13615,13624-13625,13627-13629,13632,13634,13636,13639-13640,13644,13648-13649,13651,13655,13670,13672,13712,13735,13741,13743-13745,13774,13799,13801,13807,13812,13859-13864,
13866-13867,13871-13872,13874
Modified: ccwordpress/branches/production/www/wp-content/themes/cc5/site.css
===================================================================
--- ccwordpress/branches/production/www/wp-content/themes/cc5/site.css 2010-01-04 19:14:22 UTC (rev 13874)
+++ ccwordpress/branches/production/www/wp-content/themes/cc5/site.css 2010-01-04 19:14:46 UTC (rev 13875)
@@ -3,7 +3,7 @@
padding: 0;
color: #333;
font: 62.5% Arial, sans-serif;
- line-height: 1.5em;
+ line-height: 1.5;
text-align: center;
}
@@ -40,7 +40,7 @@
text-decoration: underline;
}
-p { margin-bottom: 10px; line-height:1.5em;}
+p { margin-bottom: 10px; }
blockquote {
padding: 5px 5px 5px 10px;
More information about the cc-commits
mailing list