diff options
| author | Mark Otto <[email protected]> | 2013-01-17 15:43:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 15:43:23 -0800 |
| commit | 8765df47cd47930adf51fe996a2b55a037c1e12e (patch) | |
| tree | 63d72b3735d6d560762b09a7b4da1e611b60ec51 | |
| parent | e3047981948b44641125ddc48b40b93548ae9627 (diff) | |
| download | bootstrap-8765df47cd47930adf51fe996a2b55a037c1e12e.tar.xz bootstrap-8765df47cd47930adf51fe996a2b55a037c1e12e.zip | |
remove global text-shadow from alerts components because it was fucking up buttons in a real way
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/alerts.less | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 041475e67..8ede6dabb 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3928,7 +3928,6 @@ button.close { padding: 8px 35px 8px 14px; margin-bottom: 20px; color: #c09853; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; border-radius: 4px; diff --git a/less/alerts.less b/less/alerts.less index b76d81084..5cdbf734d 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -9,7 +9,6 @@ .alert { padding: 8px 35px 8px 14px; margin-bottom: @line-height-base; - text-shadow: 0 1px 0 rgba(255,255,255,.5); color: @state-warning-text; background-color: @state-warning-background; border: 1px solid @state-warning-border; |
