The symbolic link works, but there is a style change which I would like to undo.
The files login_info.txt and course_info.txt are now shown in a box which is about 14% of the window's width (in a not-yet updated system, their box is about 35% of the window). This narrowing might be the result of their being in a nested class: info-wrapper : info-box with id=InfoPanel (the screen header for a problem set is only in info-box and its width has not shrunk).
Perhaps the new narrow size is 40% of 40% (math2.css has width:40% for InfoPanel and for info-wrapper).
How can I
restore
those
info boxes
to a more
readable
width?
;-)