From 4fd164d45bdb3bfc52119d828ed7efebc92f8339 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 00:24:17 -0800 Subject: consolidate font resets into scaffolding --- docs/assets/css/bootstrap.css | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 3d4384868..f49500b4e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -182,11 +182,18 @@ textarea { body { margin: 0; + color: #333333; + background-color: #ffffff; +} + +body, +input, +button, +select, +textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; - color: #333333; - background-color: #ffffff; } a { @@ -745,28 +752,6 @@ legend { border-bottom: 1px solid #e5e5e5; } -legend small { - font-size: 15px; - color: #999999; -} - -label, -input, -button, -select, -textarea { - font-size: 14px; - font-weight: normal; - line-height: 20px; -} - -input, -button, -select, -textarea { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -} - label { display: block; margin-bottom: 5px; -- cgit v1.2.3