From fb6573dd3ef0383f8508ed722f71811841e59198 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Thu, 27 Jun 2013 01:08:27 +0200 Subject: [PATCH] Keybind fields should be monospace'd. --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 1baa06d03..ce398bc5e 100644 --- a/css/style.css +++ b/css/style.css @@ -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;