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/responsive-767px-max.less | |
| parent | 7a3d15eb210cc9343875760bfa575a9273244ed3 (diff) | |
| download | bootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.tar.xz bootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.zip | |
more consistent variable naming patterns
Diffstat (limited to 'less/responsive-767px-max.less')
| -rw-r--r-- | less/responsive-767px-max.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less index 5104457a6..1d88ddf94 100644 --- a/less/responsive-767px-max.less +++ b/less/responsive-767px-max.less @@ -104,7 +104,7 @@ // Block level the page header small tag for readability .page-header h1 small { display: block; - line-height: @base-line-height; + line-height: @line-height-base; } // Update checkboxes for iOS |
