summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/OATHAuth/modules/ext.oath.showqrcode.styles.css
blob: 0e2f48c4fc9b7afb1b8e7ba2c9c2a0af81f8b87c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.client-nojs .mw-display-qrcode {
	display: none;
}

kbd {
	font-family: monospace, monospace;
	white-space: nowrap;
	font-size: larger;
}

fieldset {
	page-break-inside: avoid;
}