diff options
| author | Mark Otto <[email protected]> | 2012-08-13 10:05:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-13 10:05:19 -0700 |
| commit | 9f8ce77751e3c80d3cb794af9a19170e7f47a1fa (patch) | |
| tree | 39f6abc44321582656c107dc9eba8d09484eb6fa /less | |
| parent | e06c257e6b38d5db0c3eb97724faf21bc534faf6 (diff) | |
| download | bootstrap-9f8ce77751e3c80d3cb794af9a19170e7f47a1fa.tar.xz bootstrap-9f8ce77751e3c80d3cb794af9a19170e7f47a1fa.zip | |
running make on previous changes
Diffstat (limited to 'less')
| -rw-r--r-- | less/alerts.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/alerts.less b/less/alerts.less index 703c19d12..6df5fd72d 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -15,6 +15,9 @@ .border-radius(4px); color: @warningText; } +.alert h4 { + margin: 0; +} // Adjust close link position .alert .close { |
