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:
authorMark Otto <otto@github.com>2019-08-05 22:12:16 +0300
committerGitHub <noreply@github.com>2019-08-05 22:12:16 +0300
commitd94148bf50eb3281f8c951517d4de56ec9ecbc2e (patch)
tree0f86255134501267e11ae4adc4220d69b94df081 /site/static/docs
parent8c362f0a0abd9395ac3327d136b07546e3082656 (diff)
Responsive containers (follow-up to #29095) (#29118)
* Follow-up to #29095 This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong. Fixes #25631. * update navbar as well because we cannot reset all containers uniformly * Update navbars example to include container-xl example to ensure containers match * rewrite responsive containers docs, add table of max-widths * Update container docs - Move table up to the intro - Remove the container example because it's actually hella confusing - Update and link to grid example as a demo instead
Diffstat (limited to 'site/static/docs')
-rw-r--r--site/static/docs/4.3/assets/scss/_component-examples.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/site/static/docs/4.3/assets/scss/_component-examples.scss b/site/static/docs/4.3/assets/scss/_component-examples.scss
index 60f5942321..1a3fa1d86f 100644
--- a/site/static/docs/4.3/assets/scss/_component-examples.scss
+++ b/site/static/docs/4.3/assets/scss/_component-examples.scss
@@ -75,16 +75,6 @@
//
-// Container illustrations
-//
-
-.example-container-element {
- background-color: rgba($blue, .25);
- border: 1px solid rgba($blue, .25);
-}
-
-
-//
// Docs examples
//