diff options
| author | Mark Otto <[email protected]> | 2012-11-30 00:24:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 00:24:17 -0800 |
| commit | 4fd164d45bdb3bfc52119d828ed7efebc92f8339 (patch) | |
| tree | 6ba2d6dc79a6bd5fa88e5f360f4707605b4bdaa6 /docs | |
| parent | 71d8bebfbc557c89497a1299762a3baf86334aca (diff) | |
| download | bootstrap-4fd164d45bdb3bfc52119d828ed7efebc92f8339.tar.xz bootstrap-4fd164d45bdb3bfc52119d828ed7efebc92f8339.zip | |
consolidate font resets into scaffolding
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 33 |
1 files changed, 9 insertions, 24 deletions
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; |
