aboutsummaryrefslogtreecommitdiff
path: root/lib/type.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-30 22:05:49 -0800
committerJacob Thornton <[email protected]>2011-11-30 22:05:49 -0800
commitb1cba98aab5ee2d0576bbbbb92ba3488516290eb (patch)
treecb938e0ba8f666ffbd8e6436b8e3b4fb1490adc4 /lib/type.less
parentdc628c9115b74e49940c0cc200a8914232c9d2a2 (diff)
parentbc51c15709469fd0c2e78886a15e849626a8f191 (diff)
downloadbootstrap-b1cba98aab5ee2d0576bbbbb92ba3488516290eb.tar.xz
bootstrap-b1cba98aab5ee2d0576bbbbb92ba3488516290eb.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Conflicts: bootstrap.css
Diffstat (limited to 'lib/type.less')
-rw-r--r--lib/type.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/type.less b/lib/type.less
index 407a20ec2..bdc99acdf 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -205,6 +205,11 @@ pre {
white-space: pre-wrap;
word-break: break-all;
+ // Make prettyprint styles more spaced out for readability
+ &.prettyprint {
+ margin-bottom: @baseLineHeight;
+ }
+
// Account for some code outputs that place code tags in pre tags
code {
padding: 0;