diff options
| author | Mark Otto <[email protected]> | 2012-01-24 21:09:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 21:09:28 -0800 |
| commit | 9602248ad5dcdcee69c696ca585ebc0c96f5463f (patch) | |
| tree | db6c12fe920a74ee7feba78001d6a2c6f2b06b0f | |
| parent | a5c1d1f1828c333e373cdc5da5da2f6d946ad45e (diff) | |
| parent | cf716bbeccf3ea94dc16d65a3b5800bc22e1472d (diff) | |
| download | bootstrap-9602248ad5dcdcee69c696ca585ebc0c96f5463f.tar.xz bootstrap-9602248ad5dcdcee69c696ca585ebc0c96f5463f.zip | |
Merge branch 'fix-alert-close-line-height' of https://github.com/pokonski/bootstrap into pokonski-fix-alert-close-line-height
| -rw-r--r-- | lib/alerts.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/alerts.less b/lib/alerts.less index 20e935fa9..1895dfbd0 100644 --- a/lib/alerts.less +++ b/lib/alerts.less @@ -20,6 +20,7 @@ *margin-top: 3px; /* IE7 spacing */ position: relative; right: -21px; + line-height: 18px; } // Alternate styles |
