r9508 - apps/gobi/trunk/code/Page/skins
[email protected] Tue, 17 Feb 2009 12:20:51 +0100
Newsgroups
gmane.comp.java.helma.cvs
Message-ID
<[email protected] >
Author: hannes
Date: 2009-02-17 12:20:51 +0100 (Tue, 17 Feb 2009)
New Revision: 9508
Modified:
apps/gobi/trunk/code/Page/skins/stylesheet.skin
Log:
Minor design tweaks for TOC, pre, and comments elements.
Details at http://dev.helma.org/trac/helma/changeset/9508
Modified: apps/gobi/trunk/code/Page/skins/stylesheet.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-02-17 11:20:01 UTC (rev 9507)
+++ apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-02-17 11:20:51 UTC (rev 9508)
@@ -34,7 +34,7 @@
}
- h1, h2, h3, h4 {
+ h1, h2, h3 {
color: #333;
font-weight: bold;
}
@@ -385,7 +385,7 @@
}
pre {
- background-color: #ff9;
+ background-color: #ffd;
border: thin solid #aa6;
padding: 0.5em;
overflow: auto;
@@ -410,7 +410,7 @@
background-color: #eef;
border: thin solid #999;
padding: 0 1em;
- margin-top: 2em;
+ margin-top: 1em;
}
.toc a {
@@ -421,12 +421,16 @@
width: 90%;
font-size:0.95em;
color: #555;
- background-color: #eee;
+ background-color: #eef;
border: thin solid #669;
padding: 0 1em;
margin-top: 2em;
}
+ .comments pre {
+ background-color: #fff;
+ }
+
.comments a {
color: #339;
}