diff options
| author | Mark Otto <[email protected]> | 2015-01-18 12:24:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-18 12:24:29 -0800 |
| commit | 1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f (patch) | |
| tree | 7a63ae1a434fae8cb51835fafd1b531d5f5da64e /docs/assets/css/src | |
| parent | dbe47654160d389c6991a312c9cecd2eeb9b6122 (diff) | |
| parent | 22b79dae3c9307c329e6722ff1be8aa0a4143812 (diff) | |
| download | bootstrap-1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f.tar.xz bootstrap-1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f.zip | |
Merge branch 'master' into pr/15278
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
Diffstat (limited to 'docs/assets/css/src')
| -rw-r--r-- | docs/assets/css/src/docs.css | 50 |
1 files changed, 34 insertions, 16 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 0a1cef183..934ff59f1 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -90,6 +90,26 @@ body { /* + * Fancy skip link + * + * Make it look a bit less "bare bones" + */ + +#skippy { + display: block; + padding: 1em; + color: #fff; + background-color: #6f5499; + outline: 0; +} + +#skippy .skiplink-text { + padding: .5em; + outline: 1px dotted; +} + + +/* * Main navigation * * Turn the `.navbar` at the top of the docs purple. @@ -137,7 +157,7 @@ body { padding-top: 40px; padding-bottom: 40px; margin-top: 100px; - color: #777; + color: #767676; text-align: center; border-top: 1px solid #e5e5e5; } @@ -554,7 +574,7 @@ body { padding: 4px 20px; font-size: 13px; font-weight: 500; - color: #999; + color: #767676; } .bs-docs-sidebar .nav > li > a:hover, .bs-docs-sidebar .nav > li > a:focus { @@ -709,22 +729,22 @@ h1[id] { /* Variations */ .bs-callout-danger { - border-left-color: #d9534f; + border-left-color: #ce4844; } .bs-callout-danger h4 { - color: #d9534f; + color: #ce4844; } .bs-callout-warning { - border-left-color: #f0ad4e; + border-left-color: #aa6708; } .bs-callout-warning h4 { - color: #f0ad4e; + color: #aa6708; } .bs-callout-info { - border-left-color: #5bc0de; + border-left-color: #1b809e; } .bs-callout-info h4 { - color: #5bc0de; + color: #1b809e; } @@ -955,7 +975,7 @@ h1[id] { /* Typography */ .bs-example-type .table .type-info { - color: #999; + color: #767676; vertical-align: middle; } .bs-example-type .table td { @@ -1411,10 +1431,12 @@ h1[id] { border: 2px dashed #eee; border-radius: 4px; } -.bs-dropzone h2 { - margin-top: 0; +.bs-dropzone .import-header { margin-bottom: 5px; } +.bs-dropzone .glyphicon-download-alt { + font-size: 40px; +} .bs-dropzone hr { width: 100px; } @@ -1459,10 +1481,6 @@ h1[id] { color: #fff; background-color: #563d7c; } -.bs-brand-item .svg { - width: 144px; - height: 144px; -} /* Heading content within */ .bs-brand-item h1, @@ -1522,7 +1540,7 @@ h1[id] { display: block; padding: 5px 8px; font-size: 12px; - color: #777; + color: #767676; cursor: pointer; background-color: #fff; border: 1px solid #e1e1e8; |
