diff options
| author | Mark Otto <[email protected]> | 2012-01-24 16:19:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 16:19:01 -0800 |
| commit | c2312220e4e1da3939c9fa79e97d79f693058ea2 (patch) | |
| tree | 4d65ee74b2c5349ae689a4720c48c9f46ed61bb4 /bootstrap.min.css | |
| parent | b9bd5c65e76eea140b0121d5cbca00c43f3ae018 (diff) | |
| download | bootstrap-c2312220e4e1da3939c9fa79e97d79f693058ea2.tar.xz bootstrap-c2312220e4e1da3939c9fa79e97d79f693058ea2.zip | |
fix code type size
Diffstat (limited to 'bootstrap.min.css')
| -rw-r--r-- | bootstrap.min.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index bf98b8c57..f8b9ab379 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -82,7 +82,7 @@ blockquote small{display:block;line-height:18px;color:#999999;}blockquote small: blockquote.pull-right{float:right;padding-left:0;padding-right:15px;border-left:0;border-right:5px solid #eeeeee;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;} q:before,q:after,blockquote:before,blockquote:after{content:"";} address{display:block;margin-bottom:18px;line-height:18px;font-style:normal;} -code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:11px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} +code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} code{padding:3px 4px;background-color:#fee9cc;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;} 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:4px;-moz-border-radius:4px;border-radius:4px;white-space:pre;white-space:pre-wrap;word-break:break-all;}pre.prettyprint{margin-bottom:18px;} pre code{padding:0;background-color:transparent;} |
