diff options
| author | Mark Otto <[email protected]> | 2012-11-30 14:45:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 14:45:25 -0800 |
| commit | b0e2b5813db753bdfa3ee018ccdd73e78a69457e (patch) | |
| tree | 817eae216acdf4986a59137da9aa65a6764fbd88 /less/alerts.less | |
| parent | 7a3d15eb210cc9343875760bfa575a9273244ed3 (diff) | |
| download | bootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.tar.xz bootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.zip | |
more consistent variable naming patterns
Diffstat (limited to 'less/alerts.less')
| -rw-r--r-- | less/alerts.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/alerts.less b/less/alerts.less index e0e3707c0..60f0b2a27 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -8,11 +8,11 @@ .alert { padding: 8px 35px 8px 14px; - margin-bottom: @base-line-height; + margin-bottom: @line-height-base; text-shadow: 0 1px 0 rgba(255,255,255,.5); background-color: @warningBackground; border: 1px solid @warningBorder; - border-radius: @baseBorderRadius; + border-radius: @border-radius-base; } .alert, .alert h4 { @@ -28,7 +28,7 @@ position: relative; top: -2px; right: -21px; - line-height: @base-line-height; + line-height: @line-height-base; } |
