diff options
| author | Heinrich Fenkart <[email protected]> | 2014-11-04 19:38:04 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-11-04 19:38:04 +0100 |
| commit | 1a833e75d5a12d4b7aeb2ef05e10fe14232fc725 (patch) | |
| tree | b6f4619b905f47b3b3166bced9d1a5acee03175b /docs/assets/css/src/docs.css | |
| parent | d6a99cb95534914655af462af023433c86c437ec (diff) | |
| parent | 069488dea398fa6124602e43ae633fe4781a4837 (diff) | |
| download | bootstrap-1a833e75d5a12d4b7aeb2ef05e10fe14232fc725.tar.xz bootstrap-1a833e75d5a12d4b7aeb2ef05e10fe14232fc725.zip | |
Merge pull request #14987 from twbs/overengineer-wall-of-browser-bugs
Use Jekyll data for Wall of Browser Bugs
Diffstat (limited to 'docs/assets/css/src/docs.css')
| -rw-r--r-- | docs/assets/css/src/docs.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 57a3fc0f8..976ad8cbd 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -830,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, |
