diff options
| author | Mark Otto <[email protected]> | 2011-11-17 00:52:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-17 00:52:11 -0800 |
| commit | 159c7a7fdae4a3bd929ee9cc76aaa3b509a969dc (patch) | |
| tree | 9f15469d211856816be4eecc17ab378e84cc3691 /bootstrap.min.css | |
| parent | ba9fcd8b57ad7974a52aecabac7c90dccda4afcb (diff) | |
| download | bootstrap-159c7a7fdae4a3bd929ee9cc76aaa3b509a969dc.tar.xz bootstrap-159c7a7fdae4a3bd929ee9cc76aaa3b509a969dc.zip | |
remove code styling if it's in a pre tag
Diffstat (limited to 'bootstrap.min.css')
| -rw-r--r-- | bootstrap.min.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index b71f2c74f..832d50ff8 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -87,9 +87,9 @@ blockquote{margin-bottom:18px;border-left:5px solid #eee;padding-left:15px;}bloc blockquote small{display:block;line-height:18px;color:#bfbfbf;}blockquote small:before{content:'\2014 \00A0';} blockquote.pull-right{float:right;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;} address{display:block;line-height:18px;margin-bottom:18px;} -code,pre{padding:0 3px 2px;font-family:Menlo, Monaco, Andale Mono, Courier New, monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} -code{background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px;} -pre{background-color:#f5f5f5;display:block;padding:8.5px;margin:0 0 9px;line-height:18px;font-size:12px;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;} +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{background-color:#fee9cc;padding:1px 3px;} +pre{background-color:#f5f5f5;display:block;padding:8.5px;margin:0 0 9px;line-height:18px;font-size:12px;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;} 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;} |
