I would like to shrink the width of the "Course Info" window on the page listing homework assignments. One of our assignments has a long name and its size is compressing the column with due dates.
I found in the code this fragment:
<span style="font-size:larger; color:#00F; float:left; width:60%; ">Math 112 Fall 2010</span> <span class="Message" style=" float:right; width:40%; right:0;">
I'm guessing that if I adjust these percentages I will get the desired effect, but I don't know where to start looking for this.
Any ideas?
-Mike Schroeder