diff css/docuviewer.css @ 510:4fb35343d2e7 elementtree

more search. nicer css.
author casties
date Tue, 28 Feb 2012 10:39:21 +0100
parents 55e3398e395e
children 551ca1641a5e
line wrap: on
line diff
--- a/css/docuviewer.css	Mon Feb 27 21:57:18 2012 +0100
+++ b/css/docuviewer.css	Tue Feb 28 10:39:21 2012 +0100
@@ -2,15 +2,7 @@
 div.page-body {
     display: table-row;
 }
-div.col-left {
-    display: table-cell;
-    vertical-align: top;
-}
-div.col-main {
-    display: table-cell;
-    vertical-align: top;
-}
-div.col-right {
+div.page-body div.col {
     display: table-cell;
     vertical-align: top;
 }
@@ -19,21 +11,21 @@
     max-width: 20em;
 }
 
-div.col-left .thumb {
+div.toc-text .toc, div.toc-figures .toc {
+    float:left;
+    clear:right; 
+}
+div.toc-text .toc.float.right, div.toc-figures .toc.float.right  {
+    float:right;
+}
+
+div.toc-thumbs .thumb {
     padding: 3px;
 }
-div.col-left .thumbsel {
+div.toc-thumbs .thumbsel {
     padding: 2px;
     border: 1px solid blue;
 }
-div.col-left .thumbcap {
+div.toc-thumbs .thumbcap {
     color: black;
 }
-
-div.col-left .toc {
-    float:left;
-    clear:right; 
-}
-div.col-left .toc.float.right {
-    float:right;
-}