From: Sam H. v. a. <we...@ma...> - 2005-11-16 22:05:41
|
Log Message: ----------- back out of overflow:auto feature since it makes mozilla unhappy sometimes. Modified Files: -------------- webwork2/htdocs/css: ur.css Revision Data ------------- Index: ur.css =================================================================== RCS file: /webwork/cvs/system/webwork2/htdocs/css/ur.css,v retrieving revision 1.11 retrieving revision 1.12 diff -Lhtdocs/css/ur.css -Lhtdocs/css/ur.css -u -r1.11 -r1.12 --- htdocs/css/ur.css +++ htdocs/css/ur.css @@ -15,7 +15,10 @@ div.Logo { } div.Links { font-size: small; } -div.Siblings { font-size: small; height: 10em; overflow: auto; } +/* we used to say "overflow: auto" here, but it caused problems for + * mozilla. so we're back to having a looong siblings list for the time + * being. :-( */ +div.Siblings { font-size: small; height: 10em; } div.Options { font-size: small; } /* top table cell, contains login message and path */ |