comparison css/docuviewer.css @ 481:0a0f7f570f90 elementtree

more new templates
author casties
date Tue, 16 Aug 2011 12:02:00 +0200
parents 50a28442f21c
children 7ca8ac7db06e
comparison
equal deleted inserted replaced
480:50a28442f21c 481:0a0f7f570f90
1 1
2 div.page_body { 2 div.page_body {
3 display: table-row; 3 display: table-row;
4 } 4 }
5 div.toc { 5 div.col_left {
6 display: table-cell; 6 display: table-cell;
7 } 7 }
8 div.text { 8 div.col_main {
9 display: table-cell; 9 display: table-cell;
10 } 10 }
11 11
12 .thumb { 12 div.col_left {
13 padding: 3px; 13 /* would be better without fixed width */
14 max-width: 20em;
14 } 15 }
15 .thumbsel { 16
16 padding: 2px; 17 div.col_left .thumb {
17 border: 1px solid blue; 18 padding: 3px;
18 } 19 }
19 .thumbcap { 20 div.col_left .thumbsel {
20 color: black; 21 padding: 2px;
22 border: 1px solid blue;
21 } 23 }
24 div.col_left .thumbcap {
25 color: black;
26 }
27
28 div.col_left .toc {
29 float:left;
30 clear:right;
31 }
32 div.col_left .toc.float.right {
33 float:right;
34 }