From 157ec5feff877cd918a45985ee7368e3d9d7b5b0 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 5 Dec 2013 13:05:07 -0500 Subject: 3.0.2 -> 3.0.3 --- .../bootstrap/examples/jumbotron/index.html | 99 ---------------------- .../bootstrap/examples/jumbotron/jumbotron.css | 5 -- 2 files changed, 104 deletions(-) delete mode 100644 bower_components/bootstrap/examples/jumbotron/index.html delete mode 100644 bower_components/bootstrap/examples/jumbotron/jumbotron.css (limited to 'bower_components/bootstrap/examples/jumbotron') diff --git a/bower_components/bootstrap/examples/jumbotron/index.html b/bower_components/bootstrap/examples/jumbotron/index.html deleted file mode 100644 index 3e301a10..00000000 --- a/bower_components/bootstrap/examples/jumbotron/index.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - Jumbotron Template for Bootstrap - - - - - - - - - - - - - - - - - - - -
-
-

Hello, world!

-

This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.

-

Learn more »

-
-
- -
- -
-
-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-

Heading

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

-
-
-

Heading

-

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-

View details »

-
-
- -
- -
-

© Company 2013

-
-
- - - - - - - - diff --git a/bower_components/bootstrap/examples/jumbotron/jumbotron.css b/bower_components/bootstrap/examples/jumbotron/jumbotron.css deleted file mode 100644 index 179d4087..00000000 --- a/bower_components/bootstrap/examples/jumbotron/jumbotron.css +++ /dev/null @@ -1,5 +0,0 @@ -/* Move down content because we have a fixed navbar that is 50px tall */ -body { - padding-top: 50px; - padding-bottom: 20px; -} -- cgit v1.2.3