stas        02/01/10 10:24:34

  Modified:    src      style.css
               tmpl/custom/html index index_toc page title tocsection
  Log:
  - style fixes
  Submitted by: Thomas Klausner <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.2       +10 -4     modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- style.css 5 Jan 2002 19:21:48 -0000       1.1
  +++ style.css 10 Jan 2002 18:24:34 -0000      1.2
  @@ -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;
  
  
  
  1.2       +8 -5      modperl-docs/tmpl/custom/html/index
  
  Index: index
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index     5 Jan 2002 19:29:53 -0000       1.1
  +++ index     10 Jan 2002 18:24:34 -0000      1.2
  @@ -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>
  
  
  
  1.2       +0 -1      modperl-docs/tmpl/custom/html/index_toc
  
  Index: index_toc
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_toc,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index_toc 5 Jan 2002 19:29:53 -0000       1.1
  +++ index_toc 10 Jan 2002 18:24:34 -0000      1.2
  @@ -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;
  
  
  
  1.2       +0 -7      modperl-docs/tmpl/custom/html/page
  
  Index: page
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- page      5 Jan 2002 19:29:53 -0000       1.1
  +++ page      10 Jan 2002 18:24:34 -0000      1.2
  @@ -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
  
  
  
  1.2       +1 -1      modperl-docs/tmpl/custom/html/title
  
  Index: title
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/title,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- title     5 Jan 2002 19:29:53 -0000       1.1
  +++ title     10 Jan 2002 18:24:34 -0000      1.2
  @@ -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 %]
  
  
  
  1.2       +3 -1      modperl-docs/tmpl/custom/html/tocsection
  
  Index: tocsection
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/tocsection,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tocsection        5 Jan 2002 19:29:53 -0000       1.1
  +++ tocsection        10 Jan 2002 18:24:34 -0000      1.2
  @@ -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 %]
  
  
  

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

Reply via email to