File:  [Repository] / documentViewer / css / docuviewer.css
Revision 1.1.10.1: download - view: text, annotated - select for diffs - revision graph
Mon Aug 15 19:09:07 2011 UTC (12 years, 10 months ago) by casties
Branches: elementtree
Diff to: branchpoint 1.1: preferred, unified
more new template stuff

    1: 
    2: div.page_body {
    3: 	display: table-row;
    4: }
    5: div.toc {
    6: 	display: table-cell;
    7: }
    8: div.text {
    9:     display: table-cell;
   10: }
   11: 
   12: .thumb {
   13: 	padding: 3px;
   14: }
   15: .thumbsel {
   16: 	padding: 2px;
   17: 	border: 1px solid blue;
   18: }
   19: .thumbcap {
   20: 	color: black;
   21: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>