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;


Reply via email to