r9422 - apps/gobi/trunk/code/Page/skins
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2008-12-12 15:26:46 +0100 (Fri, 12 Dec 2008)
New Revision: 9422
Modified:
apps/gobi/trunk/code/Page/skins/body.skin
apps/gobi/trunk/code/Page/skins/stylesheet.skin
Log:
Even more css fixes.
Details at http://dev.helma.org/trac/helma/changeset/9422
Modified: apps/gobi/trunk/code/Page/skins/body.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/body.skin 2008-12-12 14:23:12 UTC (rev 9421)
+++ apps/gobi/trunk/code/Page/skins/body.skin 2008-12-12 14:26:46 UTC (rev 9422)
@@ -1,4 +1,4 @@
-<h2><% this.name %></h2>
+<h3><% this.name %></h3>
<% this.toc prefix="<div class='toc'>
<% toggleLink id='toclist' attributes='style=\"float: right;\"' %>
@@ -14,6 +14,6 @@
<% #preview --- preview subskin ------------------------------------ %>
-<h2><% msg name="preview_prefix" %><% this.name prefix=": " %></h2>
+<h3><% msg name="preview_prefix" %><% this.name prefix=": " %></h3>
<% this.body %>
Modified: apps/gobi/trunk/code/Page/skins/stylesheet.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/stylesheet.skin 2008-12-12 14:23:12 UTC (rev 9421)
+++ apps/gobi/trunk/code/Page/skins/stylesheet.skin 2008-12-12 14:26:46 UTC (rev 9422)
@@ -7,7 +7,7 @@
background-color: #fff;
color: #333;
font-family: sans-serif;
- font-size: 0.9em;
+ font-size: 0.85em;
line-height: 1.5em;
}
@@ -35,7 +35,6 @@
.headerContent {
margin: auto;
padding: 1.8em 0 1em 20px;
- font-size: 1.1em;
font-weight: bold;
color: #669;
}