diff options
| author | Mark Otto <[email protected]> | 2012-03-10 14:36:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-10 14:36:58 -0800 |
| commit | 67aa00d0bbc638bc527de1c617f5a915eb5b4fcb (patch) | |
| tree | 933eb2206caf57caaa2dd7a518e44f000524ce0c /less/code.less | |
| parent | aef230d40ad79263cbdc2214509be4daa8ec92ea (diff) | |
| download | bootstrap-67aa00d0bbc638bc527de1c617f5a915eb5b4fcb.tar.xz bootstrap-67aa00d0bbc638bc527de1c617f5a915eb5b4fcb.zip | |
make pre font-size a percentage of @baseFontSize
Diffstat (limited to 'less/code.less')
| -rw-r--r-- | less/code.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/code.less b/less/code.less index c7fd032ce..075185989 100644 --- a/less/code.less +++ b/less/code.less @@ -25,7 +25,7 @@ pre { display: block; padding: (@baseLineHeight - 1) / 2; margin: 0 0 @baseLineHeight / 2; - font-size: 12px; + font-size: @baseFontSize * .925; // 13px to 12px line-height: @baseLineHeight; background-color: #f5f5f5; border: 1px solid #ccc; // fallback for IE7-8 |
