diff options
| author | Mark Otto <[email protected]> | 2012-01-24 16:07:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 16:07:30 -0800 |
| commit | 8ff621aa26dee69088b527089cdd719bce68be31 (patch) | |
| tree | a5727e15d23a12b12f30d8eb8a59f7f241e1324c /bootstrap.min.css | |
| parent | 58f7fd308a5c4511cf9a10a12c89d550c469b3f1 (diff) | |
| download | bootstrap-8ff621aa26dee69088b527089cdd719bce68be31.tar.xz bootstrap-8ff621aa26dee69088b527089cdd719bce68be31.zip | |
fix broken index page heading, update variables and less pages
Diffstat (limited to 'bootstrap.min.css')
| -rw-r--r-- | bootstrap.min.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index f0412c724..bf98b8c57 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -82,8 +82,8 @@ 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:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} -code{padding:1px 3px;background-color:#fee9cc;} +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{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;} small{font-size:100%;} |
