view docs/manual.css @ 242:b5a926c481a5

Handle first h1 tag differently. git-svn-id: https://luan-java.googlecode.com/svn/trunk@243 21e917c8-12df-6dd8-5cb6-c86387c605b9
author hugo.tech@gmail.com <hugo.tech@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Tue, 07 Oct 2014 01:43:07 +0000
parents bcc3911285a2
children
line wrap: on
line source

h3 code {
	font-family: inherit ;
	font-size: inherit ;
}

pre, code {
	font-size: 12pt ;
}

span.apii {
	float: right ;
	font-family: inherit ;
	font-style: normal ;
	font-size: small ;
	color: gray ;
}

h1:not(.main) {
	font-style: normal ;
	padding-top: 0.4em ;
	padding-bottom: 0.4em ;
	padding-left: 16px ;
	margin-left: -16px ;
	background-color: #D0D0FF ;
	border-radius: 8px ;
	border: solid #000080 1px ;
}