| Line 492: | |||
| #leftcolumn | #leftcolumn | ||
| { | { | ||
| - | width: 640px; | + | width: 100%; |
| - | float: left; | + | height: 400px; |
| + | float: none; | ||
| } | } | ||
| #rightcolumn | #rightcolumn | ||
| Line 499: | |||
| - | margin-left: 640px; | + | margin-left: 0; |
| font: 100% sans-serif, tahoma; | font: 100% sans-serif, tahoma; | ||
| + | height: 50%; | ||
| + | width: 100%; | ||
| + | } | ||
| + | #topiccontentscroll | ||
| + | { | ||
| + | height: 320px; | ||
| + | overflow: auto; | ||
| } | } | ||
| #content-article pre { | #content-article pre { | ||