[cc-commits] [CC SVN] r14793 - ccwordpress/trunk/www/includes

webmaster at creativecommons.org webmaster at creativecommons.org
Wed Nov 24 18:11:00 EST 2010


Author: bse
Date: 2010-11-24 23:11:00 +0000 (Wed, 24 Nov 2010)
New Revision: 14793

Modified:
   ccwordpress/trunk/www/includes/deed3-print.css
Log:
Fixed some wacky spacing printing issues for deeds

Modified: ccwordpress/trunk/www/includes/deed3-print.css
===================================================================
--- ccwordpress/trunk/www/includes/deed3-print.css	2010-11-24 22:39:07 UTC (rev 14792)
+++ ccwordpress/trunk/www/includes/deed3-print.css	2010-11-24 23:11:00 UTC (rev 14793)
@@ -9,6 +9,11 @@
 	margin-top: 0.35in;
 	}
 
+h3 {
+  padding: 0;
+  margin: 0 !important;
+}
+
 #header, #footer, #campaignBanner {
 	display: none;
 }
@@ -39,7 +44,7 @@
 }
 
 #deed-main, #deed-rights, #deed-conditions, #deed-foot {
-	margin-top: 0.5in;
+	margin:0.5in 0 0 0;
 }
 
 #deed-main img {
@@ -87,23 +92,30 @@
 	margin-bottom: 0.1in;
 }
 
+ul.license-properties  {
+  margin-top: 0.125in !important;
+  margin-bottom: 0.25in;
+}
+
 li.license {
 	list-style: none;
-	height: 50px;
 	width: 4.5in;
+  min-height: 0.3in;
 
-	padding-bottom: 10px;
-	margin-bottom: 0.25in;
-	
+  padding: 0;
+  margin: 0;
+    
 	margin-left: 0.33in;
-	
-	border:  1px solid #fff;
+  margin-bottom: 0.125in; 
+
+  position: relative;
 }
 
 li.license p {
 	margin: 0;
 	padding: 0;
-	margin-top: -0.25in;
+  position: absolute;
+  top: -0;
 }
 
 li.share {
@@ -146,7 +158,7 @@
 #libre {
 	position: absolute;
 	top: 2in;
-	right: 1.75in;
+	right: 0in;
 	padding-left: 0.25in;
 	/*
 	padding-top: 0.12in;




More information about the cc-commits mailing list