r9473 - apps/gobi/trunk/code/Page/skins
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2008-12-23 11:25:50 +0100 (Tue, 23 Dec 2008)
New Revision: 9473
Modified:
apps/gobi/trunk/code/Page/skins/body.skin
apps/gobi/trunk/code/Page/skins/comments.skin
Log:
Make header sizing more consistent.
Details at http://dev.helma.org/trac/helma/changeset/9473
Modified: apps/gobi/trunk/code/Page/skins/body.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/body.skin 2008-12-23 10:12:40 UTC (rev 9472)
+++ apps/gobi/trunk/code/Page/skins/body.skin 2008-12-23 10:25:50 UTC (rev 9473)
@@ -1,4 +1,4 @@
-<h3><% this.name %></h3>
+<h2><% this.name %></h2>
<% this.toc prefix="<div class='toc'>
<% toggleLink id='toclist' attributes='style=\"float: right;\"' %>
Modified: apps/gobi/trunk/code/Page/skins/comments.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/comments.skin 2008-12-23 10:12:40 UTC (rev 9472)
+++ apps/gobi/trunk/code/Page/skins/comments.skin 2008-12-23 10:25:50 UTC (rev 9473)
@@ -1,4 +1,4 @@
<% this.comments
- prefix="<div class='comments'><h2>Comments</h2>" suffix="</div>" %>
+ prefix="<div class='comments'><h3>Comments</h3>" suffix="</div>" %>
<% this.commentForm %>