aboutsummaryrefslogtreecommitdiff
path: root/site/static/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-08-27 08:44:35 +0300
committerGitHub <[email protected]>2019-08-27 08:44:35 +0300
commitc463c261ed5183cd9460f1f1b7816d508634c366 (patch)
tree141006a07ec409721d9f8d96adc76375b1bee490 /site/static/docs
parent2ad135ebb4d6bd16d60c9ce11e0e183948db6205 (diff)
downloadbootstrap-c463c261ed5183cd9460f1f1b7816d508634c366.tar.xz
bootstrap-c463c261ed5183cd9460f1f1b7816d508634c366.zip
Remove "Wall of browser bugs" page. (#29297)
While important in the past, it has become obsolete, so removing it seems the best solution.
Diffstat (limited to 'site/static/docs')
-rw-r--r--site/static/docs/4.3/assets/scss/_browser-bugs.scss9
-rw-r--r--site/static/docs/4.3/assets/scss/docs.scss1
2 files changed, 0 insertions, 10 deletions
diff --git a/site/static/docs/4.3/assets/scss/_browser-bugs.scss b/site/static/docs/4.3/assets/scss/_browser-bugs.scss
deleted file mode 100644
index 5ee1420e9..000000000
--- a/site/static/docs/4.3/assets/scss/_browser-bugs.scss
+++ /dev/null
@@ -1,9 +0,0 @@
-// Wall of Browser Bugs
-//
-// Better display for the responsive table on the Wall of Browser Bugs.
-
-.bd-browser-bugs {
- th:first-child {
- width: 18%;
- }
-}
diff --git a/site/static/docs/4.3/assets/scss/docs.scss b/site/static/docs/4.3/assets/scss/docs.scss
index e811b0a0e..852bfb145 100644
--- a/site/static/docs/4.3/assets/scss/docs.scss
+++ b/site/static/docs/4.3/assets/scss/docs.scss
@@ -42,7 +42,6 @@
@import "component-examples";
@import "buttons";
@import "callouts";
-@import "browser-bugs";
@import "brand";
@import "colors";
@import "clipboard-js";