[freenet-cvs] r15714 - trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed

bombe at freenetproject.org bombe at freenetproject.org
Thu Nov 8 17:13:21 UTC 2007


Author: bombe
Date: 2007-11-08 17:13:21 +0000 (Thu, 08 Nov 2007)
New Revision: 15714

Modified:
   trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
Log:
small cosmetic fix for elements in infoboxes

Modified: trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css	2007-11-08 16:54:03 UTC (rev 15713)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css	2007-11-08 17:13:21 UTC (rev 15714)
@@ -81,6 +81,14 @@
 	overflow: auto;
 }
 
+.infobox-content :first-child {
+	margin-top: 0;
+}
+
+.infobox-content :last-child {
+	margin-bottom: 0;
+}
+
 .infobox-content ul {
 	display: inline;
 	list-style-type: none;




More information about the cvs mailing list