diff options
| author | Mark Otto <[email protected]> | 2012-06-25 16:47:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-25 16:47:29 -0700 |
| commit | d65e815a48fd869bcdc4e4112cf675a1f987fc49 (patch) | |
| tree | d39669481a7d2f6970062dd846e41b46026d9f0f /docs | |
| parent | 94a3d4eb14bc4674971617d6114c4fb7b08b3b7d (diff) | |
| download | bootstrap-d65e815a48fd869bcdc4e4112cf675a1f987fc49.tar.xz bootstrap-d65e815a48fd869bcdc4e4112cf675a1f987fc49.zip | |
use @textColor to change help-block/help-inline font color
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 922c46b20..f499b3756 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1369,7 +1369,7 @@ textarea::-webkit-input-placeholder { .help-block, .help-inline { - color: #555555; + color: #595959; } .help-block { |
