From 705ff7f2275ca823f71ca8dfba27a3b68119a2a4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 6 Mar 2014 23:18:13 -0800 Subject: 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 --- docs/css.html | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 3f9fd2061..bbfb515aa 100644 --- a/docs/css.html +++ b/docs/css.html @@ -2570,22 +2570,6 @@ For example, <section> should be wrapped as inline. .heading { .text-hide(); } -{% endhighlight %} - - -

Embeds responsive

-

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.

-

Rules are directly apply to <iframe>, <embed> and <object> elements, optionally use of an explicit descendant class .embed-responsive-item when you want to match the styling for other attributes.

-{% highlight html %} - -
- -
- - -
- -
{% endhighlight %} -- cgit v1.2.3