Keybind fields should be monospace'd.

This commit is contained in:
Mayhem 2013-06-27 01:08:27 +02:00
parent f0504247c5
commit fb6573dd3e

View File

@ -370,6 +370,9 @@ a[href="javascript:;"] {
.section-archives select {
width: 90%;
}
.section-keybinds .field {
font-family: monospace;
}
#fourchanx-settings fieldset {
border: 1px solid;
border-radius: 3px;