lenya/src/webapp/lenya/pubs/docs-new/skins/lenya-site/css page.css,1.6,1.7
Andreas Hartmann <[email protected]> Tue, 13 May 2003 19:26:09 +0200
| 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-serv11681/src/webapp/lenya/pubs/docs-new/skins/lenya-site/css
Modified Files:
page.css
Log Message:
- changed task log view handling
- replaced scheduler.xmap by workflow.xmap
- changed headline formatting in docs-new
- added antlog css import in default.css
-
Index: page.css
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/skins/lenya-site/css/page.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** page.css 9 May 2003 22:38:18 -0000 1.6
--- page.css 13 May 2003 17:26:06 -0000 1.7
***************
*** 7,10 ****
--- 7,13 ----
ol.wide li { margin-bottom: 1.5em; }
+ dt { font-weight: bold; }
+ dd { margin-bottom: 1em; }
+
.textheader { display: none; }
.headerlogo { padding: 0px 0px 20px 20px; }
***************
*** 136,141 ****
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%; }
--- 139,144 ----
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 : bold; text-align: left; }
! h5 { font-size : 110%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; text-align: left; }
.content { padding: 15px 5px 5px 10px; font : small Verdana, Helvetica, sans-serif; font-size : 80%; }