[cc-commits] [CC SVN] r14709 - in ccwordpress/branches/production: . www/wp-content/themes/cc5
webmaster at creativecommons.org
webmaster at creativecommons.org
Tue Oct 12 14:41:54 EDT 2010
Author: bse
Date: 2010-10-12 18:41:54 +0000 (Tue, 12 Oct 2010)
New Revision: 14709
Modified:
ccwordpress/branches/production/
ccwordpress/branches/production/www/wp-content/themes/cc5/page.css
Log:
Merged revisions 14708 via svnmerge from
svn+ssh://svn@code.creativecommons.org/svnroot/ccwordpress/trunk
........
r14708 | bse | 2010-10-12 18:41:26 +0000 (Tue, 12 Oct 2010) | 1 line
Switched presskit list items to inline-blocks, away from float.
........
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-11649,11651-11940,11943,11945-12534,12536-12603,12605-12657,12659-12848,12850-12854,12856-12885,12888-13043,13045-13091,13093-13373,13375-13382,13384-13518,13520-13566,13568-13613,13615-13658,13660-13663,13667-13686,13688-13728,13733,13735-13736,13738-13809,13811-14096,14098-14106,14109-14212,14214-14431,14433-14442,14444-14550,14558-14559,14562,14565,14571-14572,14590,14608,14611,14615,14617,14619,14621,14623,14652,14654,14660,14662,14666,14668,14671,14673,14676-14686,14688,14690,14692,14694,14696,14698,14700,14702-14703,14706
+ /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-11649,11651-11940,11943,11945-12534,12536-12603,12605-12657,12659-12848,12850-12854,12856-12885,12888-13043,13045-13091,13093-13373,13375-13382,13384-13518,13520-13566,13568-13613,13615-13658,13660-13663,13667-13686,13688-13728,13733,13735-13736,13738-13809,13811-14096,14098-14106,14109-14212,14214-14431,14433-14442,14444-14550,14558-14559,14562,14565,14571-14572,14590,14608,14611,14615,14617,14619,14621,14623,14652,14654,14660,14662,14666,14668,14671,14673,14676-14686,14688,14690,14692,14694,14696,14698,14700,14702-14703,14706,14708
Modified: ccwordpress/branches/production/www/wp-content/themes/cc5/page.css
===================================================================
--- ccwordpress/branches/production/www/wp-content/themes/cc5/page.css 2010-10-12 18:41:26 UTC (rev 14708)
+++ ccwordpress/branches/production/www/wp-content/themes/cc5/page.css 2010-10-12 18:41:54 UTC (rev 14709)
@@ -180,10 +180,11 @@
margin-left: 0;
}
ul.presskit li {
- float: left;
+ display: inline-block;
+ vertical-align: top;
width: 7em;
padding: 0.3em 0.7em;
- margin: 0 0.4em;
+ margin: 0 0.4em 0 0;
margin-bottom: 0.8em;
border:1px solid #e0e0e0;
text-align: center;
More information about the cc-commits
mailing list