Log Message:
-----------
also get rid of fixed height for siblings list :-P
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.12
retrieving revision 1.13
diff -Lhtdocs/css/ur.css -Lhtdocs/css/ur.css -u -r1.12 -r1.13
--- htdocs/css/ur.css
+++ htdocs/css/ur.css
@@ -15,10 +15,10 @@
div.Logo { }
div.Links { font-size: small; }
-/* 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; }
+/* we used to say "height: 10em; 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; }
div.Options { font-size: small; }
/* top table cell, contains login message and path */
|