stas        02/01/30 17:44:12

  Modified:    src      style.css
               tmpl/custom/html ad
  Log:
  src/style.css
  - moved text-styles into seperate div 'adtext'
  
  tmpl/custom/html/ad
  - put div 'ad' around all boxes so they line up with menus
  - put div 'adtext' around ad texts for proper font styling
  
  Submitted by: Thomas Klausner <[EMAIL PROTECTED]>
  Reviewed by:  stas
  
  Revision  Changes    Path
  1.14      +3 -0      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- style.css 30 Jan 2002 16:51:48 -0000      1.13
  +++ style.css 31 Jan 2002 01:44:11 -0000      1.14
  @@ -93,6 +93,9 @@
           padding: 5px;
           border-style: none;
          /* background-color: #ffffff;*/
  +}
  +
  +div.adtext {
           font-size: x-small;
           text-align:center;
   }
  
  
  
  1.6       +7 -3      modperl-docs/tmpl/custom/html/ad
  
  Index: ad
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/ad,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ad        30 Jan 2002 16:51:48 -0000      1.5
  +++ ad        31 Jan 2002 01:44:12 -0000      1.6
  @@ -1,7 +1,8 @@
  +<div class='ad'>
   [% WRAPPER wrap_box 
              title = 'Books'
   -%]
  -<div class='ad' align="center">
  +<div class="adtext">
       <a href="http://www.modperl.com/";>
           Writing Apache Modules with Perl and C<br><br>
           <img src="[% doc.dir.abs_doc_root %]/images/ads/wrapmod.jpg" 
  @@ -18,7 +19,7 @@
   [% WRAPPER wrap_box 
              title = ''
   -%]
  -<div class='ad' align="center">
  +<div class="adtext">
      <br>
       <a href="http://www.modperlcookbook.org/";>
           The mod_perl Developer's Cookbook</b><br><br>
  @@ -34,7 +35,7 @@
    [% WRAPPER wrap_box 
              title = ''
   -%]
  -<div class='ad' align="center">
  +<div class="adtext">
       <br>
       <a href="http://www.oreilly.com/catalog/modperlpr/";>
            mod_perl Pocket Reference</b><br><br>
  @@ -46,3 +47,6 @@
   </div>
   
   [% END %]
  +</div>
  +
  +
  
  
  

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

Reply via email to