aboutsummaryrefslogtreecommitdiff
path: root/lib/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-11-29 23:48:27 -0800
committerMark Otto <[email protected]>2011-11-29 23:48:27 -0800
commit90c190d4efedd4080c574b34bffdf54cd5b9ed88 (patch)
tree41bad1a33e6263f40700108b416f34504eb442d6 /lib/type.less
parent0c8d2e37e76db3d3b47ca9eb5340def031b9196b (diff)
downloadbootstrap-90c190d4efedd4080c574b34bffdf54cd5b9ed88.tar.xz
bootstrap-90c190d4efedd4080c574b34bffdf54cd5b9ed88.zip
updates to add warning for bordered tables to docs, fix to spacing on prettyprint pre blocks
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;