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 /less | |
| 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
Diffstat (limited to 'less')
| -rw-r--r-- | less/alerts.less | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
