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:
Diffstat (limited to 'site/docs/4.3/assets/scss/_browser-bugs.scss')
-rw-r--r--site/docs/4.3/assets/scss/_browser-bugs.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/site/docs/4.3/assets/scss/_browser-bugs.scss b/site/docs/4.3/assets/scss/_browser-bugs.scss
deleted file mode 100644
index f42158b379..0000000000
--- a/site/docs/4.3/assets/scss/_browser-bugs.scss
+++ /dev/null
@@ -1,12 +0,0 @@
-// Wall of Browser Bugs
-//
-// Better display for the responsive table on the Wall of Browser Bugs.
-
-.bd-browser-bugs {
- td p {
- margin-bottom: 0;
- }
- th:first-child {
- width: 18%;
- }
-}