diff options
| author | Mark Otto <[email protected]> | 2011-11-29 23:48:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-29 23:48:27 -0800 |
| commit | 90c190d4efedd4080c574b34bffdf54cd5b9ed88 (patch) | |
| tree | 41bad1a33e6263f40700108b416f34504eb442d6 /bootstrap.min.css | |
| parent | 0c8d2e37e76db3d3b47ca9eb5340def031b9196b (diff) | |
| download | bootstrap-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.min.css')
| -rw-r--r-- | bootstrap.min.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index 7e9e633ae..e7505341e 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -89,7 +89,8 @@ blockquote.pull-right{float:right;}blockquote.pull-right p,blockquote.pull-right address{display:block;margin-bottom:18px;line-height:18px;} code,pre{padding:0 3px 2px;font-family:"Menlo",Monaco,Courier New,monospace;font-size:12px;color:#404040;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} code{padding:1px 3px;background-color:#fee9cc;} -pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12px;line-height:18px;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;white-space:pre;white-space:pre-wrap;word-break:break-all;}pre code{padding:0;background-color:transparent;} +pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12px;line-height:18px;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;white-space:pre;white-space:pre-wrap;word-break:break-all;}pre.prettyprint{margin-bottom:18px;} +pre code{padding:0;background-color:transparent;} form{margin-bottom:18px;} legend{display:block;width:100%;margin-bottom:27px;font-size:19.5px;line-height:36px;color:#404040;border-bottom:1px solid #eee;} label,input,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:normal;font-weight:13px;line-height:18px;} |
