diff options
| author | Mark Otto <[email protected]> | 2014-11-11 19:25:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-11 19:25:16 -0800 |
| commit | 1e268ddfc30def5f4b2b0f2ace34b7de549ea830 (patch) | |
| tree | 7cc63bc43a6c3b603cef4f004a2285e5c034a710 /docs/assets/css/src | |
| parent | 4f6aeaa6347725436296131c4d2b059243390a04 (diff) | |
| parent | 001d5e00c58bbb8e4d34c085c5b27b214a475bd5 (diff) | |
| download | bootstrap-1e268ddfc30def5f4b2b0f2ace34b7de549ea830.tar.xz bootstrap-1e268ddfc30def5f4b2b0f2ace34b7de549ea830.zip | |
Merge branch 'master' into labels-readme
Diffstat (limited to 'docs/assets/css/src')
| -rw-r--r-- | docs/assets/css/src/docs.css | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 431ee905f..c7b13f169 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -437,7 +437,7 @@ body { color: #333; } .bs-docs-featurette-img:hover { - color: #428bca; + color: #337ab7; text-decoration: none; } .bs-docs-featurette-img img { @@ -638,8 +638,6 @@ body { .bs-docs-sidebar.affix { position: fixed; /* Undo the static from mobile first approach */ top: 20px; - bottom: 20px; - overflow-y: auto; } .bs-docs-sidebar.affix-bottom { position: absolute; /* Undo the static from mobile first approach */ @@ -773,7 +771,7 @@ h1[id] { background-color: #eee; } .color-swatches .brand-primary { - background-color: #428bca; + background-color: #337ab7; } .color-swatches .brand-success { background-color: #5cb85c; @@ -832,6 +830,21 @@ h1[id] { /* + * Wall of Browser Bugs + * + * Better display for the responsive table on the Wall of Browser Bugs. + */ + +.bs-docs-browser-bugs td p { + margin-bottom: 0; +} + +.bs-docs-browser-bugs th:first-child { + width: 18%; +} + + +/* * Grid examples * * Highlight the grid columns within the docs so folks can see their padding, |
