diff options
| author | kylase <[email protected]> | 2012-08-14 11:57:13 +0800 |
|---|---|---|
| committer | kylase <[email protected]> | 2012-08-14 11:57:13 +0800 |
| commit | d96047f45f4e0a0618903662f41a5b2f184589cf (patch) | |
| tree | e1fd326aaf0def17a848525423013410d77a37a5 | |
| parent | cf4fd1abbefc5b4d28c5839f1011bd33d420c467 (diff) | |
| download | bootstrap-d96047f45f4e0a0618903662f41a5b2f184589cf.tar.xz bootstrap-d96047f45f4e0a0618903662f41a5b2f184589cf.zip | |
Changed placeholders value of @baseFontSize and @baseLineHeight to the values specified in variables.less
| -rw-r--r-- | docs/customize.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/customize.html b/docs/customize.html index daf1606d1..d40ffea2d 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -294,11 +294,11 @@ <label>@monoFontFamily</label> <input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace"> <label>@baseFontSize</label> - <input type="text" class="span3" placeholder="13px"> + <input type="text" class="span3" placeholder="14px"> <label>@baseFontFamily</label> <input type="text" class="span3" placeholder="@sansFontFamily"> <label>@baseLineHeight</label> - <input type="text" class="span3" placeholder="18px"> + <input type="text" class="span3" placeholder="20px"> <label>@altFontFamily</label> <input type="text" class="span3" placeholder="@serifFontFamily"> <label>@headingsFontFamily</label> |
