lenya/src/webapp/lenya/pubs/docs-new/skins/lenya-site/css page.css,1.4,1.5
Andreas Hartmann <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/docs-new/skins/lenya-site/css
In directory erbium:/tmp/cvs-serv995/src/webapp/lenya/pubs/docs-new/skins/lenya-site/css
Modified Files:
page.css
Log Message:
validated and corrected documentation XML
Index: page.css
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/skins/lenya-site/css/page.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** page.css 8 May 2003 12:03:48 -0000 1.4
--- page.css 8 May 2003 14:25:45 -0000 1.5
***************
*** 120,129 ****
h1 { font-family: Verdana; color: Navy; font-size: 160%; margin: 0px 0px 0px 0px; padding: 0px; }
! h2 { font-size : 140%; margin: 10px 0px 0px 0px; padding: 0px; font-weight : bold;}
! h3 { font-size : 130%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; }
h4 { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
h5 { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
! .content { padding: 5px 5px 5px 10px; font : small Verdana, Helvetica, sans-serif; font-size : 80%; }
.content .ForrestTable { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 100%;}
.content .ForrestTable caption { text-align: left; color: black; font-weight: bold; }
--- 120,143 ----
h1 { font-family: Verdana; color: Navy; font-size: 160%; margin: 0px 0px 0px 0px; padding: 0px; }
! h2 { font-size : 140%; margin: 10px 0px 0px 0px; padding: 0px; font-weight : bold; border-bottom: solid 1px #B1B1B1; }
!
! /*
! h3 {
! font-size: 130%;
! margin: 18px 0px 0px 0px;
! padding: 3px 3px 3px 5px;
! font-weight : bold;
! background-color: #E5E4D9;
! }
! */
! /*
! h3 { font-size : 130%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; border-bottom: dotted 1px #B1B1B1; }
! */
! h3 { font-size : 130%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; border-bottom: solid 3px #E5E4D9; }
!
h4 { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
h5 { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
! .content { padding: 15px 5px 5px 10px; font : small Verdana, Helvetica, sans-serif; font-size : 80%; }
.content .ForrestTable { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 100%;}
.content .ForrestTable caption { text-align: left; color: black; font-weight: bold; }