diff options
| author | Mark Otto <[email protected]> | 2013-08-05 15:40:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 15:40:22 -0700 |
| commit | 9bbe8a020a9082cbec011c8fae66bc5ffc8fe5bd (patch) | |
| tree | 0881f3d44092ff0dc31047b2de1fd5b2dffa224a /less/alerts.less | |
| parent | 844df9e0011c0dff5900bcbed3f1146564c0103c (diff) | |
| parent | 9123163b8ff05d84f1f4bada5a3466216cff8ea1 (diff) | |
| download | bootstrap-9bbe8a020a9082cbec011c8fae66bc5ffc8fe5bd.tar.xz bootstrap-9bbe8a020a9082cbec011c8fae66bc5ffc8fe5bd.zip | |
Merge pull request #9121 from Flydiverny/alerts
Added padding variable for alerts and changed customize.html
Diffstat (limited to 'less/alerts.less')
| -rw-r--r-- | less/alerts.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/alerts.less b/less/alerts.less index 75e142d8f..d8ec20590 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -7,7 +7,7 @@ // ------------------------- .alert { - padding: 15px 35px 15px 15px; + padding: @alert-padding (@alert-padding + 20) @alert-padding @alert-padding; margin-bottom: @line-height-computed; color: @alert-text; background-color: @alert-bg; |
