lenya/src/webapp/lenya/resources/css default.css,1.2,1.3
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/resources/css
In directory erbium:/tmp/cvs-serv11681/src/webapp/lenya/resources/css
Modified Files:
default.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: default.css
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/resources/css/default.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** default.css 13 May 2003 15:40:12 -0000 1.2
--- default.css 13 May 2003 17:26:06 -0000 1.3
***************
*** 1,3 ****
--- 1,5 ----
+ @import url(antlog.css);
+
body {
margin: 20pt;
***************
*** 6,10 ****
--- 8,14 ----
h1 {
font-family: Verdana, sans-serif;
+ font-size: 150%;
color: Navy;
+ border-bottom: 1px solid #909090;
}
***************
*** 50,54 ****
font-family: Verdana, sans-serif;
font-size: small;
! padding: 3px;
border-top: solid 1px #C0C0C0;
--- 54,59 ----
font-family: Verdana, sans-serif;
font-size: small;
! font-weight: normal;
! padding: 3px 10px;
border-top: solid 1px #C0C0C0;
***************
*** 64,68 ****
background-color: #C0C0C0;
border-bottom: solid 1px #909090;
! padding: 3px;
}
--- 69,73 ----
background-color: #C0C0C0;
border-bottom: solid 1px #909090;
! padding: 3px 10px;
}