Ignore:
Timestamp:
2006-01-27T14:48:52+13:00 (18 years ago)
Author:
jrm21
Message:

put the output document text in its own div, and give it some CSS to make
sure it is shown underneath any floating divs instead of next to them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/images/style.css

    r11133 r11144  
    135135  padding-top: 5px;
    136136}
     137div.documenttext { clear: both; } /* come after any floating divs */
    137138
    138139div.warning { /* eg expanding more than 10 sections in table of contents */
Note: See TracChangeset for help on using the changeset viewer.