From b938851068118c4d7a12d859d5b84feeb0e5256a Mon Sep 17 00:00:00 2001 From: Avi Romanoff Date: Wed, 22 Aug 2012 15:34:00 -0400 Subject: [PATCH] More text size regression fixes --- static/css/app.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/app.css b/static/css/app.css index c94fa77..07c9203 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -24,6 +24,12 @@ h1, h2, h3, h4, h5, h6 { margin: 0; } +/* REGRESSION FIX: 2.0.4 -> 2.1.0 + Form text is too big */ +label, input, button, select, textarea, .btn { + font-size: 13px; +} + body { background-color: #FAFAFA; font-size: 13px;