--- documentViewer/css/docuviewer.css 2006/04/06 17:13:43 1.1 +++ documentViewer/css/docuviewer.css 2011/08/17 15:00:31 1.1.10.4 @@ -1,10 +1,36 @@ -.thumb { - padding: 3px; + +div.page_body { + display: table-row; } -.thumbsel { - padding: 2px; - border: 1px solid blue; +div.col_left { + display: table-cell; } -.thumbcap { - color: black; +div.col_main { + display: table-cell; +} +div.col_right { + display: table-cell; +} + +div.col_left { + max-width: 20em; +} + +div.col_left .thumb { + padding: 3px; +} +div.col_left .thumbsel { + padding: 2px; + border: 1px solid blue; +} +div.col_left .thumbcap { + color: black; +} + +div.col_left .toc { + float:left; + clear:right; +} +div.col_left .toc.float.right { + float:right; } \ No newline at end of file