From 9c319d67ee96d0e417098fcb8206413f7a3ed7d3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 04:00:35 -0700 Subject: Drop: Thumbnails completely, as they'll be replaced --- docs/_includes/components/thumbnails.html | 93 ------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 docs/_includes/components/thumbnails.html (limited to 'docs/_includes/components') diff --git a/docs/_includes/components/thumbnails.html b/docs/_includes/components/thumbnails.html deleted file mode 100644 index 3b6dfce43..000000000 --- a/docs/_includes/components/thumbnails.html +++ /dev/null @@ -1,93 +0,0 @@ -
-

Thumbnails

- -

Extend Bootstrap's grid system with the thumbnail component to easily display grids of images, videos, text, and more.

- -

Default example

-

By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.

-
-
-
- - Generic placeholder thumbnail - -
-
- - Generic placeholder thumbnail - -
-
- - Generic placeholder thumbnail - -
-
- - Generic placeholder thumbnail - -
-
-
-{% highlight html %} -
-
- - ... - -
- ... -
-{% endhighlight %} - -

Custom content

-

With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.

-
-
-
-
- Generic placeholder thumbnail -
-

Thumbnail label

-

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

-

Button Button

-
-
-
-
-
- Generic placeholder thumbnail -
-

Thumbnail label

-

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

-

Button Button

-
-
-
-
-
- Generic placeholder thumbnail -
-

Thumbnail label

-

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

-

Button Button

-
-
-
-
-
-{% highlight html %} -
-
-
- ... -
-

Thumbnail label

-

...

-

Button Button

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