Welcome to mirror list, hosted at ThFree Co, Russian Federation.

manual.css « doc « lua-5.3 - github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa0e677dd52a46b4a11ade07bbfb599b8d4575e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
h3 code {
	font-family: inherit ;
	font-size: inherit ;
}

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

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

h2:before {
	content: "" ;
	padding-right: 0em ;
}