diff options
| author | Mark Otto <[email protected]> | 2011-08-25 22:41:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-25 22:41:45 -0700 |
| commit | ce615d016a8ac380dae871358cfc7e745b5e20c2 (patch) | |
| tree | ddde1c9abb56c15aba88ace812e490486bf14d95 /lib/patterns.less | |
| parent | 04b8e667d0a8caaf241570721bbf7afb7a5e1b2d (diff) | |
| download | bootstrap-ce615d016a8ac380dae871358cfc7e745b5e20c2.tar.xz bootstrap-ce615d016a8ac380dae871358cfc7e745b5e20c2.zip | |
merged in my pending changes from 1.2-wip branch, resolve diffs as best as i could, update docs and alerts to use original classes, updated docs to include smaller section for layouts
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index b96a97198..be5394df5 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -374,7 +374,7 @@ input[type=submit].btn { // ------------ // Base alert styles -.alert { +.alert-message { .gradientBar(#fceec1, #eedc94); // warning by default margin-bottom: @baseline; padding: 7px 14px; @@ -416,8 +416,7 @@ input[type=submit].btn { } } - &.alert-block, - &.alert-block:hover { + &.block-message { background-image: none; background-color: lighten(#fceec1, 5%); padding: 14px; |
