From a43d4767ba7a1d8d313f9c418a378b6749dd6040 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 27 Oct 2014 15:02:21 -0700 Subject: .bs-customizer-input => .col-xs-4 --- docs/assets/css/src/docs.css | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 428a54321..431ee905f 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -1342,13 +1342,6 @@ h1[id] { font-weight: normal; } -.bs-customizer-input { - float: left; - width: 33.333333%; - padding-right: 15px; - padding-left: 15px; -} - /* Downloads */ .bs-customize-download .btn-outline { padding: 20px; -- cgit v1.2.3 From 45b59f4307da4c343c605abe41b4909ba632abf1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 28 Oct 2014 22:57:16 -0700 Subject: Reverts #14848, the overflow scrolling in the docs sidebar /cc @hnrch02 --- docs/assets/css/src/docs.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 431ee905f..57a3fc0f8 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -638,8 +638,6 @@ body { .bs-docs-sidebar.affix { position: fixed; /* Undo the static from mobile first approach */ top: 20px; - bottom: 20px; - overflow-y: auto; } .bs-docs-sidebar.affix-bottom { position: absolute; /* Undo the static from mobile first approach */ -- cgit v1.2.3 From 069488dea398fa6124602e43ae633fe4781a4837 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Mon, 3 Nov 2014 20:17:03 +0100 Subject: Use Jekyll data for Wall of Browser Bugs --- docs/assets/css/src/docs.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 57a3fc0f8..976ad8cbd 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -829,6 +829,21 @@ h1[id] { } +/* + * Wall of Browser Bugs + * + * Better display for the responsive table on the Wall of Browser Bugs. + */ + +.bs-docs-browser-bugs td p { + margin-bottom: 0; +} + +.bs-docs-browser-bugs th:first-child { + width: 18%; +} + + /* * Grid examples * -- cgit v1.2.3