Hi!

changed:
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


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


Index: src/style.css
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/style.css,v
retrieving revision 1.13
diff -u -r1.13 style.css
--- src/style.css       30 Jan 2002 16:51:48 -0000      1.13
+++ src/style.css       30 Jan 2002 20:37:12 -0000
@@ -93,6 +93,9 @@
         padding: 5px;
         border-style: none;
        /* background-color: #ffffff;*/
+}
+
+div.adtext {
         font-size: x-small;
         text-align:center;
 }
Index: tmpl/custom/html/ad
===================================================================
RCS file: /home/cvspublic/modperl-docs/tmpl/custom/html/ad,v
retrieving revision 1.5
diff -u -r1.5 ad
--- tmpl/custom/html/ad 30 Jan 2002 16:51:48 -0000      1.5
+++ tmpl/custom/html/ad 30 Jan 2002 20:37:12 -0000
@@ -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