diff options
| author | Mark Otto <[email protected]> | 2013-02-14 23:42:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-14 23:42:47 -0800 |
| commit | ae525258af17ef8f14259971442eacbec31d1d01 (patch) | |
| tree | 5f5958f83b59356cdac32440183b691afe0c4e7a /docs/assets/css/docs.css | |
| parent | b1e7010bfcba029180545fe0dcf4d66183ea4a71 (diff) | |
| parent | aa5f09037133f22093c4b97d15451d4e54180ba2 (diff) | |
| download | bootstrap-ae525258af17ef8f14259971442eacbec31d1d01.tar.xz bootstrap-ae525258af17ef8f14259971442eacbec31d1d01.zip | |
Merge branch 'bs3_jekyll' into 3.0.0-wip
Conflicts:
docs/css.html
docs/templates/pages/css.mustache
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index c4e364559..8c3c090a3 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -198,6 +198,8 @@ section > ul li { padding: 39px 14px 14px; margin-bottom: -1px; border: 1px solid #ddd; + border-top-left-radius: 4px; + border-top-right-radius: 4px; } /* Echo out a label for the example */ .bs-docs-example:after { @@ -211,10 +213,13 @@ section > ul li { color: #9da0a4; background-color: #f5f5f5; border: 1px solid #ddd; + border-top-left-radius: 4px; + border-bottom-right-radius: 4px; } /* Tweak display of the examples */ -.bs-docs-example + .prettyprint { +.bs-docs-example + .prettyprint, +.bs-docs-example + .highlight { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; @@ -485,6 +490,33 @@ input.focused { overflow: auto; } +.highlight { + padding: 9px 14px; + margin-bottom: 14px; + background-color: #f7f7f9; + border: 1px solid #e1e1e8; + border-radius: 4px; + box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; +} +.highlight pre { + padding: 0; + margin-bottom: 0; + background-color: transparent; + border: 0; +} +.highlight pre code { + font-size: inherit; + color: #333; /* Effectively the base text color */ +} +.highlight pre .lineno { + display: inline-block; + width: 18px; + padding-right: 5px; + margin-right: 10px; + text-align: right; + color: #bebec5; +} + /* Docs gallery |
