comparison docs/manual.css @ 240:bcc3911285a2

add manual css files git-svn-id: https://luan-java.googlecode.com/svn/trunk@241 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Mon, 06 Oct 2014 22:27:24 +0000
parents
children b5a926c481a5
comparison
equal deleted inserted replaced
239:aa7bc9c1df22 240:bcc3911285a2
1 h3 code {
2 font-family: inherit ;
3 font-size: inherit ;
4 }
5
6 pre, code {
7 font-size: 12pt ;
8 }
9
10 span.apii {
11 float: right ;
12 font-family: inherit ;
13 font-style: normal ;
14 font-size: small ;
15 color: gray ;
16 }
17
18 p+h1, ul+h1 {
19 font-style: normal ;
20 padding-top: 0.4em ;
21 padding-bottom: 0.4em ;
22 padding-left: 16px ;
23 margin-left: -16px ;
24 background-color: #D0D0FF ;
25 border-radius: 8px ;
26 border: solid #000080 1px ;
27 }