diff options
| author | Heinrich Fenkart <[email protected]> | 2014-11-03 20:17:03 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-11-04 07:25:52 +0100 |
| commit | 069488dea398fa6124602e43ae633fe4781a4837 (patch) | |
| tree | 14fa084c259fd1100e56322f594ea5819c013c13 /docs/assets/css/src | |
| parent | deab673d43b1293857f708fa7a64228c023093e1 (diff) | |
| download | bootstrap-069488dea398fa6124602e43ae633fe4781a4837.tar.xz bootstrap-069488dea398fa6124602e43ae633fe4781a4837.zip | |
Use Jekyll data for Wall of Browser Bugs
Diffstat (limited to 'docs/assets/css/src')
| -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, |
