From e324a5fa2df0696f4bf4119c1a6a9a7cbffbe70e Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 16 Oct 2013 00:41:04 +0200 Subject: [PATCH] Use sans serif font for buttons --- css/glowingbear.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index 71c3692..d1903d6 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -112,6 +112,9 @@ input[type=text], input[type=password] { position: relative; padding-bottom: 55px; } +.bufferlines .btn { + font-family: sans-serif; +} .navbar-fixed-bottom { margin: 0 5px 0 14%;