Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-08-27 08:44:35 +0300
committerGitHub <noreply@github.com>2019-08-27 08:44:35 +0300
commitc463c261ed5183cd9460f1f1b7816d508634c366 (patch)
tree141006a07ec409721d9f8d96adc76375b1bee490 /site/static/docs
parent2ad135ebb4d6bd16d60c9ce11e0e183948db6205 (diff)
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 5ee1420e90..0000000000
--- 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 e811b0a0e3..852bfb1455 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";