diff options
| author | Jacob Thornton <[email protected]> | 2011-09-10 16:51:03 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-10 16:51:03 -0700 |
| commit | 57a8672b77a219b99215b781740cc9cf5f7fc1a5 (patch) | |
| tree | 751350066ffce2704e7f1bd8d379ad17e83fe84b /lib/type.less | |
| parent | 23d2fed905c33e1e18c1e8a04bfccbdfe7029cf3 (diff) | |
| parent | 091402760903ed0f2393c09c315fd91e8b6579fe (diff) | |
| download | bootstrap-57a8672b77a219b99215b781740cc9cf5f7fc1a5.tar.xz bootstrap-57a8672b77a219b99215b781740cc9cf5f7fc1a5.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/type.less b/lib/type.less index c0c706462..55ff80937 100644 --- a/lib/type.less +++ b/lib/type.less @@ -173,7 +173,7 @@ code { pre { background-color: #f5f5f5; display: block; - padding: @baseline - 1; + padding: (@baseline - 1) / 2; margin: 0 0 @baseline; line-height: @baseline; font-size: 12px; |
