diff options
| author | Mark Otto <[email protected]> | 2011-09-10 15:29:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 15:29:38 -0700 |
| commit | 99ede580cf85611bf446abd46fa1ad4daf850a59 (patch) | |
| tree | e7d78be8b981f4f5b0744a08d4f19cca30edb6e7 /lib/type.less | |
| parent | 6d99ae56591f94327453f5dc51e3ce57c64cb831 (diff) | |
| download | bootstrap-99ede580cf85611bf446abd46fa1ad4daf850a59.tar.xz bootstrap-99ede580cf85611bf446abd46fa1ad4daf850a59.zip | |
adding code and .label sections to type section
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; |
