--- documentViewer/css/docuviewer.css 2011/08/15 19:09:07 1.1.10.1 +++ documentViewer/css/docuviewer.css 2011/08/16 10:02:00 1.1.10.2 @@ -1,21 +1,34 @@ div.page_body { - display: table-row; + display: table-row; } -div.toc { - display: table-cell; +div.col_left { + display: table-cell; } -div.text { +div.col_main { display: table-cell; } -.thumb { - padding: 3px; +div.col_left { + /* would be better without fixed width */ + max-width: 20em; +} + +div.col_left .thumb { + padding: 3px; } -.thumbsel { - padding: 2px; - border: 1px solid blue; +div.col_left .thumbsel { + padding: 2px; + border: 1px solid blue; +} +div.col_left .thumbcap { + color: black; +} + +div.col_left .toc { + float:left; + clear:right; } -.thumbcap { - color: black; +div.col_left .toc.float.right { + float:right; } \ No newline at end of file