]> git.ipfire.org Git - ipfire.org.git/blob - static/scss/bootstrap-4.0.0-alpha.6/docs/assets/scss/_browser-bugs.scss
.gitignore: Add .vscode
[ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / docs / assets / scss / _browser-bugs.scss
1 // Wall of Browser Bugs
2 //
3 // Better display for the responsive table on the Wall of Browser Bugs.
4
5 .bd-browser-bugs {
6 td p {
7 margin-bottom: 0;
8 }
9 th:first-child {
10 width: 18%;
11 }
12 }