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, colored
more new template stuff


div.page_body {
	display: table-row;
}
div.toc {
	display: table-cell;
}
div.text {
    display: table-cell;
}

.thumb {
	padding: 3px;
}
.thumbsel {
	padding: 2px;
	border: 1px solid blue;
}
.thumbcap {
	color: black;
}

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