You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by to...@apache.org on 2004/12/08 23:10:00 UTC

cvs commit: db-ojb/src/doc/forrest/src/documentation skinconf.xml

tomdz       2004/12/08 14:09:59

  Modified:    src/doc/forrest/src/documentation skinconf.xml
  Log:
  Added CSS properties to have a bit more spacing between the lines in the generated HTML docs
  
  Revision  Changes    Path
  1.5       +15 -0     db-ojb/src/doc/forrest/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/doc/forrest/src/documentation/skinconf.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- skinconf.xml	8 Dec 2004 21:56:14 -0000	1.4
  +++ skinconf.xml	8 Dec 2004 22:09:59 -0000	1.5
  @@ -154,6 +154,21 @@
       p { 
         line-height: 1.4
       }
  +    dl { 
  +      line-height: 1.4
  +    }
  +    dd { 
  +      line-height: 1.4
  +    }
  +    ol { 
  +      line-height: 1.4
  +    }
  +    ul { 
  +      line-height: 1.4
  +    }
  +    li { 
  +      line-height: 1.4
  +    }
       p.quote {
         margin-left: 2em;
         padding: .5em;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org