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.4/assets/scss/_browser-bugs.scss')
-rw-r--r--site/docs/4.4/assets/scss/_browser-bugs.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/site/docs/4.4/assets/scss/_browser-bugs.scss b/site/docs/4.4/assets/scss/_browser-bugs.scss
new file mode 100644
index 0000000000..f42158b379
--- /dev/null
+++ b/site/docs/4.4/assets/scss/_browser-bugs.scss
@@ -0,0 +1,12 @@
+// 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%;
+ }
+}