Author: nextgens
Date: 2006-08-13 16:54:56 +0000 (Sun, 13 Aug 2006)
New Revision: 10064

Modified:
   trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
Log:
small tweaking to the clean CSS to reflect latest changes ... I'm far from 
beeing a css guru ; please review and correct if appropriated

Modified: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css   
2006-08-13 16:24:59 UTC (rev 10063)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css   
2006-08-13 16:54:56 UTC (rev 10064)
@@ -236,7 +236,7 @@
        border-bottom: 1px solid #d0d0d0;
 }

-ul.config span.configprefix {
+ul.config{
        margin: 0;
        padding: 10px 35px 10px 10px;
        display: block;
@@ -247,6 +247,12 @@
        background-color: #e8e8e8;
 }

+div.configprefix {
+       font-weight: bold;
+       font-size: 16pt;
+       font-variant: small-caps;
+}
+
 ul.config span.configshortdesc {
        text-align: left;
        font-weight: bold;


Reply via email to