I think the following patch makes the stylesheets behave better, by
having the tabs stick into the line below them in default templates. I
send it instead of committing because I'm not sure that it has no
side-effect. On Mozilla, the visual difference is big.
Can Paul (and of course others) check? he seems to have deep knowledge
of stylesheets. Just commit it or tell me to do it.
cvs server: Diffing webapp/css
Index: webapp/css/default.css
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/webapp/css/default.css,v
retrieving revision 1.3
diff -c -r1.3 default.css
*** webapp/css/default.css 2001/09/06 11:37:37 1.3
--- webapp/css/default.css 2001/10/15 10:01:12
***************
*** 39,45 ****
.TabStyleClass
{
! padding: 1;
}
.TitleStyleClass
--- 39,45 ----
.TabStyleClass
{
! padding: 0;
}
.TitleStyleClass
***************
*** 62,65 ****
--- 62,66 ----
.TabContentStyleClass
{
background-color: #FFFFFF;
+ padding: 1;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]