I have the following in a resource css and applied to an XPage:
.wfsHeader {background:rgb(230,230,230) ; font-size:12pt; font-weight:bold;}
.wfsHeaderLite {background:rgb(240,240,240) ; font-size:10pt; font-weight:bold;}
.separator {height:1px ; background:rgb(230,230,230);}
.SeperatorLite {height:1px ; background:rgb(240,240,240);}
.separator2 {height:2px ; background:rgb(192,192,192);}
.label {font-size: 8pt; font-weight:bold ;}
.label10 {font-weight:bold;font-size:10pt ;}
When the XPage is viewed in a browser the wfsHeader and wfsHeaderLite and sperator all display as expected. However, when viewed in a Notes client the seperator works correctly (displays a 1 px grey line but the wfsHeader and wfsHeaderLite have no effect. I can't see any real difference between the markup for the seperator and the wfsHeader other than one is expressed in height and the other in font size. They are all applied to individual panels or table cells. I was under the impression that the css should work the same between the Notes Client and the Web Browser. very confused as to why the seperator works in both but the wfsHeader only works in the web browser.