aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
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 /bootstrap.css
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 'bootstrap.css')
-rw-r--r--bootstrap.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 6c5e58b71..aa852460e 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Tue Nov 29 22:53:00 PST 2011
+ * Date: Tue Nov 29 23:48:09 PST 2011
*/
html, body {
margin: 0;
@@ -514,6 +514,9 @@ pre {
white-space: pre-wrap;
word-break: break-all;
}
+pre.prettyprint {
+ margin-bottom: 18px;
+}
pre code {
padding: 0;
background-color: transparent;