diff options
| author | Mark Otto <[email protected]> | 2012-02-11 16:50:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 16:50:57 -0800 |
| commit | 5a3dfb72bfcf1859690c76a8ddb8457eb962bdb3 (patch) | |
| tree | 9bdf78b45c1feacf562a5c97970e72bd078c4f31 /docs | |
| parent | 4ddc8fd0e41a4bf76249645674806a7f11e64879 (diff) | |
| download | bootstrap-5a3dfb72bfcf1859690c76a8ddb8457eb962bdb3.tar.xz bootstrap-5a3dfb72bfcf1859690c76a8ddb8457eb962bdb3.zip | |
support small for legend per #1544
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52665 -> 52683 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 6532a299b..77e70e94d 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e32d2b13c..9654d856f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -521,6 +521,10 @@ legend { border: 0; border-bottom: 1px solid #eee; } +legend small { + font-size: 13.5px; + color: #999999; +} label, input, button, |
