From: dpvc v. a. <we...@ma...> - 2005-08-14 12:14:56
|
Log Message: ----------- Eliminate extra insetting of tables within the results area (e.g., tables produced by the matrix array answer checkers). Modified Files: -------------- webwork-modperl/htdocs/css: ur.css Revision Data ------------- Index: ur.css =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/htdocs/css/ur.css,v retrieving revision 1.7 retrieving revision 1.8 diff -Lhtdocs/css/ur.css -Lhtdocs/css/ur.css -u -r1.7 -r1.8 --- htdocs/css/ur.css +++ htdocs/css/ur.css @@ -128,6 +128,8 @@ /* * override above settings in tables used to display ans_array results */ +table.attemptResults td td, +table.attemptResults td th, table.ArrayLayout td { border-style: none; border-width: 0px; |