summaryrefslogtreecommitdiff
path: root/resources/src/mediawiki/mediawiki.apipretty.css
blob: fe5e634d725a305b119d6a6fad5c07f7b468a520 (plain)
1
2
3
4
5
6
7
8
9
10
11
h1.firstHeading {
	display: none;
}

.api-pretty-header {
	font-size: small;
}

.api-pretty-content {
	white-space: pre-wrap;
}