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>2014-03-07 11:18:13 +0400
committerMark Otto <otto@github.com>2014-03-07 11:18:13 +0400
commit705ff7f2275ca823f71ca8dfba27a3b68119a2a4 (patch)
tree5e9cafa73cafc08cfcd4f0dba987620fe21ccd21 /docs/css.html
parent12c619f5b9149a4d3f4d24efe106504b6a8a5004 (diff)
Moving the embed to it's own CSS file, moving the docs to the Components page with an example, fixing a Glyhpicons list problem in the docs
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/css.html b/docs/css.html
index 3f9fd20610..bbfb515aad 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -2571,22 +2571,6 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
.text-hide();
}
{% endhighlight %}
-
-
- <h3 id="helper-classes-embeds-responsive">Embeds responsive</h3>
- <p>Allows browsers to determine videos or slideshow dimensions based on the width of their containing block to create an intrinsic ratio that will properly scale on any device.</p>
- <p>Rules are directly apply to <code>&lt;iframe&gt;</code>, <code>&lt;embed&gt;</code> and <code>&lt;object&gt;</code> elements, optionally use of an explicit descendant class <code>.embed-responsive-item</code> when you want to match the styling for other attributes.</p>
-{% highlight html %}
-<!-- 16:9 aspect ratio -->
-<div class="embed-responsive embed-responsive-16by9">
- <iframe class="embed-responsive-item" src="…"></iframe>
-</div>
-
-<!-- 4:3 aspect ratio -->
-<div class="embed-responsive embed-responsive-4by3">
- <iframe class="embed-responsive-item" src="…"></iframe>
-</div>
-{% endhighlight %}
</div>