From 22b79dae3c9307c329e6722ff1be8aa0a4143812 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Jan 2015 12:22:43 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 8dd893ea7..5cfc62508 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2297,7 +2297,7 @@ th { .table-bordered > thead > tr > td { border-bottom-width: 2px; } -.table-striped > tbody > tr:nth-child(odd) { +.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { @@ -2706,6 +2706,12 @@ textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control { height: auto; } +.form-group-sm .form-control-static { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; +} .input-lg { height: 46px; padding: 10px 16px; @@ -2736,6 +2742,12 @@ textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control { height: auto; } +.form-group-lg .form-control-static { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; +} .has-feedback { position: relative; } @@ -5299,7 +5311,11 @@ a.list-group-item-danger.active:focus { font-size: 16px; color: inherit; } -.panel-title > a { +.panel-title > a, +.panel-title > small, +.panel-title > .small, +.panel-title > small > a, +.panel-title > .small > a { color: inherit; } .panel-footer { -- cgit v1.2.3