diff options
| author | Mark Otto <[email protected]> | 2011-10-26 21:29:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-26 21:29:23 -0700 |
| commit | 58bbc754b6524f04d7ace81a9a591a91313c3435 (patch) | |
| tree | c2cde33100ec5131a0ae59f095fa5add2061c69b /lib/patterns.less | |
| parent | 646870135baab13b7996ea5fb86c848af7b3e76c (diff) | |
| parent | 3045ce469234df6c7ba9bd5ac4c566b64d2b1121 (diff) | |
| download | bootstrap-58bbc754b6524f04d7ace81a9a591a91313c3435.tar.xz bootstrap-58bbc754b6524f04d7ace81a9a591a91313c3435.zip | |
Merge branch 'patch1' of https://github.com/kriansa/bootstrap into kriansa-patch1
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 5f4192d89..af4a75a75 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -520,6 +520,10 @@ footer { &.info:hover { color: @white } + // Sets the close button to the middle of message + .close{ + line-height: 18px; + } // Danger and error appear as red &.danger, &.error { |
