view css/docuviewer.css @ 480:50a28442f21c elementtree

more new template stuff
author casties
date Mon, 15 Aug 2011 21:09:08 +0200
parents 0af46e75de3c
children 0a0f7f570f90
line wrap: on
line source


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;
}