Hi!

I did some minor changes:

* moved NavBar in front of Content in the HTML
* removed the line "Table of Contents" in all index files
* put the "abstract" of toc items in a new line
* fixed the missing bottom line of the content box

You can view it at:
http://domm.zsi.at/modperl-site-domm/

(to see the differences, compare to
http://www.apache.org/~stas/modperl-site/
)

I have attached a patch file for the CVS

-- 
 D_OMM      +---->  http://domm.zsi.at <-----+
 O_xyderkes |       neu:  Arbeitsplatz       |   
 M_echanen  | http://domm.zsi.at/d/d162.html |
 M_asteuei  +--------------------------------+


Index: index
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/index,v
retrieving revision 1.1
diff -u -r1.1 index
--- index       5 Jan 2002 19:29:53 -0000       1.1
+++ index       10 Jan 2002 12:10:50 -0000
@@ -10,18 +10,21 @@
     content = ''
 -%]
 
+<div class='leftcont'>
+[% INCLUDE menu_top_level nav=doc.nav; %]
+<br>
+[% INCLUDE ad -%]
+</div>
 
+<div class='cbox'>
 <div class='content'>
 [% INCLUDE index_body %]
 <br>
 [% INCLUDE tail -%]
+</div>
+<br>&nbsp;
 </div>        
 
-<div class='leftcont'>
-[% INCLUDE menu_top_level nav=doc.nav; %]
-<br>
-[% INCLUDE ad -%]
-</div>
 
 
 </body></html>
Index: index_toc
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/index_toc,v
retrieving revision 1.1
diff -u -r1.1 index_toc
--- index_toc   5 Jan 2002 19:29:53 -0000       1.1
+++ index_toc   10 Jan 2002 12:10:50 -0000
@@ -8,7 +8,6 @@
 
 [% IF toc.size %]
     <a name="toc"></a>
-    <h3>Table of Contents</h3>
     <div class="toc">
 
     [% IF toc.0.group_title.defined;
Index: page
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/page,v
retrieving revision 1.1
diff -u -r1.1 page
--- page        5 Jan 2002 19:29:53 -0000       1.1
+++ page        10 Jan 2002 12:10:50 -0000
@@ -9,13 +9,6 @@
     title   = "mod_perl: $paget" 
     content = ''
 -%]
-<div class='content'>
-<div class='cbody'>
-[% INCLUDE page_body %]
-</div>
-<br>
-[% INCLUDE tail -%]
-</div>
 
 <div class='leftcont'>
 [% INCLUDE menu_top_level
@@ -25,4 +18,13 @@
 <br>
 [% INCLUDE ad -%]
 </div>
+
+<div class='cbox'>
+<div class='content'>
+[% INCLUDE page_body %]
+<br>
+[% INCLUDE tail -%]
+</div>
+</div>
+
 </body></html>
Index: title
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/title,v
retrieving revision 1.1
diff -u -r1.1 title
--- title       5 Jan 2002 19:29:53 -0000       1.1
+++ title       10 Jan 2002 12:10:50 -0000
@@ -1 +1 @@
-[% IF doc.meta.title.defined %]<h1>[% doc.meta.title %]</h1>[% END %]
\ No newline at end of file
+[% IF doc.meta.title.defined %]<h1 class='headline'>[% doc.meta.title 
%]</h1>[% END %]
Index: tocsection
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/tocsection,v
retrieving revision 1.1
diff -u -r1.1 tocsection
--- tocsection  5 Jan 2002 19:29:53 -0000       1.1
+++ tocsection  10 Jan 2002 12:10:50 -0000
@@ -6,7 +6,9 @@
     <ul>
     [% FOREACH sec = subs %]
         <li><a href="[% sec.link %]">[% sec.title %]</a>
-            [% sec.abstract %]
+        [% IF sec.abstract %]
+            <br>[% sec.abstract %]<br><br>
+       [% END %]
         </li>
         [% IF sec.subs %]
             [% PROCESS tocsection subs=sec.subs %]
Index: style.css
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/style.css,v
retrieving revision 1.1
diff -u -r1.1 style.css
--- style.css   5 Jan 2002 19:21:48 -0000       1.1
+++ style.css   10 Jan 2002 12:12:21 -0000
@@ -6,7 +6,7 @@
      } 
 
 
-h1 {
+.headline {
        padding:2px;
        background-color: #828DA6;
        color:#ffffff;
@@ -14,7 +14,7 @@
        margin-bottom:2px;
 }  
 
-h2, h3, h4 {
+h1,h2, h3, h4 {
        background-color: #dddddd;
        color:#525D76;
        margin-top:4px;
@@ -52,16 +52,22 @@
        width:160px;
 }
 
-div.content {
+div.cbox {
        position:absolute;
        top:5px;
        left:175px;
-       padding:5px;
+       padding:0px;
        margin-right:10px;
+}
+
+div.content {
+       padding:5px;
        border:1px;
        border-style:solid;
        border-color:#525D76;
 }
+
+
 
 div.toc {
        font-size:small;

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to