cmlenz      2003/06/25 01:17:53

  Modified:    documentation/docs/skins/jakarta.apache.org/css apache.css
  Log:
  Remove the weird corners from headlines and table headers
  
  Revision  Changes    Path
  1.15      +4 -6      
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/css/apache.css
  
  Index: apache.css
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/css/apache.css,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- apache.css        14 May 2003 17:38:57 -0000      1.14
  +++ apache.css        25 Jun 2003 08:17:53 -0000      1.15
  @@ -198,12 +198,12 @@
       padding: 1px 2px;
     }
     #content h1 {
  -    background: #023264 url("../images/corner.gif") top left no-repeat;
  +    background: #525D76;
       padding-left: 4px;
       padding-top: 2px;
     }
     #content h2, #content h3, #content h4, #content h5 {
  -    background: #828DA6 url("../images/corner.gif") top left no-repeat;
  +    background: #828DA6;
       padding-left: 4px;
       padding-top: 2px;
     }
  @@ -221,9 +221,7 @@
     #content .note {
       background: url("../images/note.gif") center left no-repeat;
       min-height: 32px;
  -    padding-bottom: 0.5em;
  -    padding-top: 0.5em;
  -    padding-left: 40px;
  +    padding: 0.5em 40px;
       vertical-align: middle;
     }
     #content .section {
  @@ -242,7 +240,7 @@
       margin: 0.1in;
     }
     #content .tabular th {
  -    background: #039acc url("../images/corner.gif") top left no-repeat;
  +    background: #039acc;
       color: white;
       text-align: left;
       vertical-align: middle;
  
  
  

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

Reply via email to