comparison css/docuviewer.css @ 484:26bb915c1f07 elementtree

more new template stuff
author casties
date Fri, 19 Aug 2011 16:41:55 +0200
parents ab9b34a1c62a
children 1e51d440f08b
comparison
equal deleted inserted replaced
483:ab9b34a1c62a 484:26bb915c1f07
2 div.page_body { 2 div.page_body {
3 display: table-row; 3 display: table-row;
4 } 4 }
5 div.col_left { 5 div.col_left {
6 display: table-cell; 6 display: table-cell;
7 vertical-align: top;
7 } 8 }
8 div.col_main { 9 div.col_main {
9 display: table-cell; 10 display: table-cell;
11 vertical-align: top;
10 } 12 }
11 div.col_right { 13 div.col_right {
12 display: table-cell; 14 display: table-cell;
15 vertical-align: top;
13 } 16 }
14 17
15 div.col_left { 18 div.col_left {
16 max-width: 20em; 19 max-width: 20em;
17 } 20 }