Author: Jogy
Date: 2006-08-21 20:09:39 +0000 (Mon, 21 Aug 2006)
New Revision: 10231
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
Log:
config page: don't use small-caps on normal texts - it makes them hard to read
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-21 19:59:48 UTC (rev 10230)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
2006-08-21 20:09:39 UTC (rev 10231)
@@ -243,7 +243,6 @@
border-bottom: 1px dotted #a0a0a0;
font-weight: bold;
font-size: 16pt;
- font-variant: small-caps;
background-color: #e8e8e8;
}
@@ -263,6 +262,7 @@
ul.config span.configlongdesc {
display: block;
text-align: left;
+ padding-top: 15px;
}
ul.config input[type=text] {