lenya/src/webapp/lenya/pubs/default/resources/css simple.css,1.1,1.2

"Gregor J. Rothfuss" <[email protected]> Mon, 19 May 2003 10:20:09 +0200
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /repository/lenya/src/webapp/lenya/pubs/default/resources/css
In directory erbium:/tmp/cvs-serv26636/src/webapp/lenya/pubs/default/resources/css

Modified Files:
	simple.css 
Log Message:
bitflux support is etching closer. more elements added to css, improved xslt

Index: simple.css
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/resources/css/simple.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** simple.css	14 May 2003 09:24:53 -0000	1.1
--- simple.css	19 May 2003 08:20:07 -0000	1.2
***************
*** 1,2 ****
--- 1,8 ----
+ body {
+ 	font-size: 12px;
+ 	font-family: Verdana, Arial, Helvetica;
+ 	background-color: #ffffff;
+ }
+ 
  title {
  	color: black;
***************
*** 7,10 ****
--- 13,22 ----
  }
  
+ hl2 {
+ 	font-weight: bold;
+ 	font-size: 12px;
+ 	font-family: Verdana, Helvetica, Arial, Swiss, SunSans-Regular ;
+ }
+ 
  .emphasize {
  	font-style: italic;
***************
*** 78,82 ****
  }
  
! media,  abstract, byline {
  	display: block;
  	margin: 0em 0;
--- 90,94 ----
  }
  
! media {
  	display: block;
  	margin: 0em 0;
***************
*** 88,89 ****
--- 100,127 ----
  }
  
+ hl2, p, simple-document {
+ 	display: block;
+ 	margin: 1.33em 0;
+ }
+ 
+ informaltable tgroup {
+ 	display: table;
+ 	background: #dddddd;
+ 	width: 100%;
+ }
+ 
+ tbody {
+ 	display: table-row-group;
+ }
+ 
+ row {
+ 	display: table-row;
+ 	border: solid;
+ }
+ 
+ entry {
+ 	display: table-cell;
+ 	border: solid;
+ 	border-width: 1px;
+ 	border-color: white;
+ }