/*
 * fixed-navbar.css - alternate stylesheet for software/
 * Copyright (C) 2006  Fabian Pietsch <fabian@zzznowman.dyndns.org>
 *
 */

.hastoc {
	padding-top: 1.4em;
}

.toc {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #cfcfcf;
	text-align: center;
}

* > .toc {
	position: fixed;
}
