dff7e11c20
add lua 5.2 to third_party BUG= R=bungeman@google.com Review URL: https://codereview.chromium.org/14907017 git-svn-id: http://skia.googlecode.com/svn/trunk@9149 2bbb7eff-a529-9590-31e7-b0007b416f81
27 lines
364 B
CSS
27 lines
364 B
CSS
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 ;
|
|
}
|
|
|
|
p+h1, ul+h1 {
|
|
padding-top: 0.4em ;
|
|
padding-bottom: 0.4em ;
|
|
padding-left: 24px ;
|
|
margin-left: -24px ;
|
|
background-color: #E0E0FF ;
|
|
border-radius: 8px ;
|
|
}
|
|
|