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/carousel/carousel.css | 148 -------- .../bootstrap/examples/carousel/index.html | 206 ----------- bower_components/bootstrap/examples/grid/grid.css | 28 -- .../bootstrap/examples/grid/index.html | 148 -------- .../bootstrap/examples/jumbotron-narrow/index.html | 82 ----- .../examples/jumbotron-narrow/jumbotron-narrow.css | 79 ----- .../bootstrap/examples/jumbotron/index.html | 99 ------ .../bootstrap/examples/jumbotron/jumbotron.css | 5 - .../bootstrap/examples/justified-nav/index.html | 83 ----- .../examples/justified-nav/justified-nav.css | 88 ----- .../bootstrap/examples/navbar-fixed-top/index.html | 91 ----- .../examples/navbar-fixed-top/navbar-fixed-top.css | 4 - .../examples/navbar-static-top/index.html | 92 ----- .../navbar-static-top/navbar-static-top.css | 7 - .../bootstrap/examples/navbar/index.html | 88 ----- .../bootstrap/examples/navbar/navbar.css | 8 - .../bootstrap/examples/non-responsive/index.html | 101 ------ .../examples/non-responsive/non-responsive.css | 116 ------- .../bootstrap/examples/offcanvas/index.html | 130 ------- .../bootstrap/examples/offcanvas/offcanvas.css | 50 --- .../bootstrap/examples/offcanvas/offcanvas.js | 5 - .../bootstrap/examples/screenshots/carousel.jpg | Bin 82379 -> 0 bytes .../bootstrap/examples/screenshots/grid.jpg | Bin 100105 -> 0 bytes .../examples/screenshots/jumbotron-narrow.jpg | Bin 68675 -> 0 bytes .../bootstrap/examples/screenshots/jumbotron.jpg | Bin 77911 -> 0 bytes .../examples/screenshots/justified-nav.jpg | Bin 79170 -> 0 bytes .../examples/screenshots/navbar-fixed.jpg | Bin 38093 -> 0 bytes .../examples/screenshots/navbar-static.jpg | Bin 39712 -> 0 bytes .../bootstrap/examples/screenshots/navbar.jpg | Bin 41029 -> 0 bytes .../examples/screenshots/non-responsive.jpg | Bin 61233 -> 0 bytes .../bootstrap/examples/screenshots/offcanvas.jpg | Bin 112583 -> 0 bytes .../bootstrap/examples/screenshots/sign-in.jpg | Bin 13648 -> 0 bytes .../examples/screenshots/starter-template.jpg | Bin 22620 -> 0 bytes .../examples/screenshots/sticky-footer-navbar.jpg | Bin 39387 -> 0 bytes .../examples/screenshots/sticky-footer.jpg | Bin 25056 -> 0 bytes .../bootstrap/examples/screenshots/theme.jpg | Bin 95407 -> 0 bytes .../bootstrap/examples/signin/index.html | 50 --- .../bootstrap/examples/signin/signin.css | 40 --- .../bootstrap/examples/starter-template/index.html | 68 ---- .../examples/starter-template/starter-template.css | 7 - .../examples/sticky-footer-navbar/index.html | 91 ----- .../sticky-footer-navbar/sticky-footer-navbar.css | 45 --- .../bootstrap/examples/sticky-footer/index.html | 55 --- .../examples/sticky-footer/sticky-footer.css | 38 -- .../bootstrap/examples/theme/index.html | 384 --------------------- .../bootstrap/examples/theme/theme.css | 14 - 46 files changed, 2450 deletions(-) delete mode 100644 bower_components/bootstrap/examples/carousel/carousel.css delete mode 100644 bower_components/bootstrap/examples/carousel/index.html delete mode 100644 bower_components/bootstrap/examples/grid/grid.css delete mode 100644 bower_components/bootstrap/examples/grid/index.html delete mode 100644 bower_components/bootstrap/examples/jumbotron-narrow/index.html delete mode 100644 bower_components/bootstrap/examples/jumbotron-narrow/jumbotron-narrow.css delete mode 100644 bower_components/bootstrap/examples/jumbotron/index.html delete mode 100644 bower_components/bootstrap/examples/jumbotron/jumbotron.css delete mode 100644 bower_components/bootstrap/examples/justified-nav/index.html delete mode 100644 bower_components/bootstrap/examples/justified-nav/justified-nav.css delete mode 100644 bower_components/bootstrap/examples/navbar-fixed-top/index.html delete mode 100644 bower_components/bootstrap/examples/navbar-fixed-top/navbar-fixed-top.css delete mode 100644 bower_components/bootstrap/examples/navbar-static-top/index.html delete mode 100644 bower_components/bootstrap/examples/navbar-static-top/navbar-static-top.css delete mode 100644 bower_components/bootstrap/examples/navbar/index.html delete mode 100644 bower_components/bootstrap/examples/navbar/navbar.css delete mode 100644 bower_components/bootstrap/examples/non-responsive/index.html delete mode 100644 bower_components/bootstrap/examples/non-responsive/non-responsive.css delete mode 100644 bower_components/bootstrap/examples/offcanvas/index.html delete mode 100644 bower_components/bootstrap/examples/offcanvas/offcanvas.css delete mode 100644 bower_components/bootstrap/examples/offcanvas/offcanvas.js delete mode 100644 bower_components/bootstrap/examples/screenshots/carousel.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/grid.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/jumbotron-narrow.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/jumbotron.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/justified-nav.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/navbar-fixed.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/navbar-static.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/navbar.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/non-responsive.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/offcanvas.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/sign-in.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/starter-template.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/sticky-footer-navbar.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/sticky-footer.jpg delete mode 100644 bower_components/bootstrap/examples/screenshots/theme.jpg delete mode 100644 bower_components/bootstrap/examples/signin/index.html delete mode 100644 bower_components/bootstrap/examples/signin/signin.css delete mode 100644 bower_components/bootstrap/examples/starter-template/index.html delete mode 100644 bower_components/bootstrap/examples/starter-template/starter-template.css delete mode 100644 bower_components/bootstrap/examples/sticky-footer-navbar/index.html delete mode 100644 bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css delete mode 100644 bower_components/bootstrap/examples/sticky-footer/index.html delete mode 100644 bower_components/bootstrap/examples/sticky-footer/sticky-footer.css delete mode 100644 bower_components/bootstrap/examples/theme/index.html delete mode 100644 bower_components/bootstrap/examples/theme/theme.css (limited to 'bower_components/bootstrap/examples') diff --git a/bower_components/bootstrap/examples/carousel/carousel.css b/bower_components/bootstrap/examples/carousel/carousel.css deleted file mode 100644 index a728bd89..00000000 --- a/bower_components/bootstrap/examples/carousel/carousel.css +++ /dev/null @@ -1,148 +0,0 @@ -/* GLOBAL STYLES --------------------------------------------------- */ -/* Padding below the footer and lighter body text */ - -body { - padding-bottom: 40px; - color: #5a5a5a; -} - - - -/* CUSTOMIZE THE NAVBAR --------------------------------------------------- */ - -/* Special class on .container surrounding .navbar, used for positioning it into place. */ -.navbar-wrapper { - position: absolute; - top: 0; - left: 0; - right: 0; - z-index: 20; -} - -/* Flip around the padding for proper display in narrow viewports */ -.navbar-wrapper .container { - padding-left: 0; - padding-right: 0; -} -.navbar-wrapper .navbar { - padding-left: 15px; - padding-right: 15px; -} - - -/* CUSTOMIZE THE CAROUSEL --------------------------------------------------- */ - -/* Carousel base class */ -.carousel { - height: 500px; - margin-bottom: 60px; -} -/* Since positioning the image, we need to help out the caption */ -.carousel-caption { - z-index: 10; -} - -/* Declare heights because of positioning of img element */ -.carousel .item { - height: 500px; - background-color: #777; -} -.carousel-inner > .item > img { - position: absolute; - top: 0; - left: 0; - min-width: 100%; - height: 500px; -} - - - -/* MARKETING CONTENT --------------------------------------------------- */ - -/* Pad the edges of the mobile views a bit */ -.marketing { - padding-left: 15px; - padding-right: 15px; -} - -/* Center align the text within the three columns below the carousel */ -.marketing .col-lg-4 { - text-align: center; - margin-bottom: 20px; -} -.marketing h2 { - font-weight: normal; -} -.marketing .col-lg-4 p { - margin-left: 10px; - margin-right: 10px; -} - - -/* Featurettes -------------------------- */ - -.featurette-divider { - margin: 80px 0; /* Space out the Bootstrap
more */ -} - -/* Thin out the marketing headings */ -.featurette-heading { - font-weight: 300; - line-height: 1; - letter-spacing: -1px; -} - - - -/* RESPONSIVE CSS --------------------------------------------------- */ - -@media (min-width: 768px) { - - /* Remove the edge padding needed for mobile */ - .marketing { - padding-left: 0; - padding-right: 0; - } - - /* Navbar positioning foo */ - .navbar-wrapper { - margin-top: 20px; - } - .navbar-wrapper .container { - padding-left: 15px; - padding-right: 15px; - } - .navbar-wrapper .navbar { - padding-left: 0; - padding-right: 0; - } - - /* The navbar becomes detached from the top, so we round the corners */ - .navbar-wrapper .navbar { - border-radius: 4px; - } - - /* Bump up size of carousel content */ - .carousel-caption p { - margin-bottom: 20px; - font-size: 21px; - line-height: 1.4; - } - - .featurette-heading { - font-size: 50px; - } - -} - -@media (min-width: 992px) { - .featurette-heading { - margin-top: 120px; - } -} diff --git a/bower_components/bootstrap/examples/carousel/index.html b/bower_components/bootstrap/examples/carousel/index.html deleted file mode 100644 index 2e8516fa..00000000 --- a/bower_components/bootstrap/examples/carousel/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - - - - Carousel Template for Bootstrap - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-
- Generic placeholder image -

Heading

-

Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.

-

View details »

-
-
- Generic placeholder image -

Heading

-

Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.

-

View details »

-
-
- Generic placeholder image -

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 »

-
-
- - - - -
- -
-
-

First featurette heading. It'll blow your mind.

-

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

-
-
- Generic placeholder image -
-
- -
- -
-
- Generic placeholder image -
-
-

Oh yeah, it's that good. See for yourself.

-

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

-
-
- -
- -
-
-

And lastly, this one. Checkmate.

-

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

-
-
- Generic placeholder image -
-
- -
- - - - - - - -
- - - - - - - - - diff --git a/bower_components/bootstrap/examples/grid/grid.css b/bower_components/bootstrap/examples/grid/grid.css deleted file mode 100644 index 963b128e..00000000 --- a/bower_components/bootstrap/examples/grid/grid.css +++ /dev/null @@ -1,28 +0,0 @@ -.container { - padding-left: 15px; - padding-right: 15px; -} - -h4 { - margin-top: 25px; -} -.row { - margin-bottom: 20px; -} -.row .row { - margin-top: 10px; - margin-bottom: 0; -} -[class*="col-"] { - padding-top: 15px; - padding-bottom: 15px; - background-color: #eee; - border: 1px solid #ddd; - background-color: rgba(86,61,124,.15); - border: 1px solid rgba(86,61,124,.2); -} - -hr { - margin-top: 40px; - margin-bottom: 40px; -} \ No newline at end of file diff --git a/bower_components/bootstrap/examples/grid/index.html b/bower_components/bootstrap/examples/grid/index.html deleted file mode 100644 index be1e39c1..00000000 --- a/bower_components/bootstrap/examples/grid/index.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - Grid Template for Bootstrap - - - - - - - - - - - - - - - -
- - - -

Three equal columns

-

Get three equal-width columns starting at desktops and scaling to large desktops. On mobile devices, tablets and below, the columns will automatically stack.

-
-
.col-md-4
-
.col-md-4
-
.col-md-4
-
- -

Three unequal columns

-

Get three columns starting at desktops and scaling to large desktops of various widths. Remember, grid columns should add up to twelve for a single horizontal block. More than that, and columns start stacking no matter the viewport.

-
-
.col-md-3
-
.col-md-6
-
.col-md-3
-
- -

Two columns

-

Get two columns starting at desktops and scaling to large desktops.

-
-
.col-md-8
-
.col-md-4
-
- -

Full width, single column

-

No grid classes are necessary for full-width elements.

- -
- -

Two columns with two nested columns

-

Per the documentation, nesting is easy—just put a row of columns within an existing row. This gives you two columns starting at desktops and scaling to large desktops, with another two (equal widths) within the larger column.

-

At mobile device sizes, tablets and down, these columns and their nested columns will stack.

-
-
- .col-md-8 -
-
.col-md-6
-
.col-md-6
-
-
-
.col-md-4
-
- -
- -

Mixed: mobile and desktop

-

The Bootstrap 3 grid system has four tiers of classes: xs (phones), sm (tablets), md (desktops), and lg (larger desktops). You can use nearly any combination of these classes to create more dynamic and flexible layouts.

-

Each tier of classes scales up, meaning if you plan on setting the same widths for xs and sm, you only need to specify xs.

-
-
.col-xs-12 .col-md-8
-
.col-xs-6 .col-md-4
-
-
-
.col-xs-6 .col-md-4
-
.col-xs-6 .col-md-4
-
.col-xs-6 .col-md-4
-
-
-
.col-xs-6
-
.col-xs-6
-
- -
- -

Mixed: mobile, tablet, and desktop

-

-
-
.col-xs-12 .col-sm-6 .col-lg-8
-
.col-xs-6 .col-lg-4
-
-
-
.col-xs-6 .col-sm-4
-
.col-xs-6 .col-sm-4
-
.col-xs-6 .col-sm-4
-
- -
- -

Column clearing

-

Clear floats at specific breakpoints to prevent awkward wrapping with uneven content.

-
-
.col-xs-6 .col-sm-3
-
.col-xs-6 .col-sm-3
- - -
- -
.col-xs-6 .col-sm-3
-
.col-xs-6 .col-sm-3
-
- -
- -

Offset, push, and pull resets

-

Reset offsets, pushes, and pulls at specific breakpoints.

-
-
.col-sm-5 .col-md-6
-
.col-sm-5 .col-sm-offset-2 .col-md-6 .col-md-offset-0
-
-
-
.col-sm-6 .col-md-5 .col-lg-6
-
.col-sm-6 .col-md-5 .col-md-offset-2 .col-lg-6 .col-lg-offset-0
-
- - -
- - - - - - diff --git a/bower_components/bootstrap/examples/jumbotron-narrow/index.html b/bower_components/bootstrap/examples/jumbotron-narrow/index.html deleted file mode 100644 index 3f6e6890..00000000 --- a/bower_components/bootstrap/examples/jumbotron-narrow/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - Narrow Jumbotron Template for Bootstrap - - - - - - - - - - - - - - - - -
-
- -

Project name

-
- -
-

Jumbotron heading

-

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-

Sign up today

-
- -
-
-

Subheading

-

Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.

- -

Subheading

-

Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.

- -

Subheading

-

Maecenas sed diam eget risus varius blandit sit amet non magna.

-
- -
-

Subheading

-

Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.

- -

Subheading

-

Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.

- -

Subheading

-

Maecenas sed diam eget risus varius blandit sit amet non magna.

-
-
- - - -
- - - - - - diff --git a/bower_components/bootstrap/examples/jumbotron-narrow/jumbotron-narrow.css b/bower_components/bootstrap/examples/jumbotron-narrow/jumbotron-narrow.css deleted file mode 100644 index ae7a83f3..00000000 --- a/bower_components/bootstrap/examples/jumbotron-narrow/jumbotron-narrow.css +++ /dev/null @@ -1,79 +0,0 @@ -/* Space out content a bit */ -body { - padding-top: 20px; - padding-bottom: 20px; -} - -/* Everything but the jumbotron gets side spacing for mobile first views */ -.header, -.marketing, -.footer { - padding-left: 15px; - padding-right: 15px; -} - -/* Custom page header */ -.header { - border-bottom: 1px solid #e5e5e5; -} -/* Make the masthead heading the same height as the navigation */ -.header h3 { - margin-top: 0; - margin-bottom: 0; - line-height: 40px; - padding-bottom: 19px; -} - -/* Custom page footer */ -.footer { - padding-top: 19px; - color: #777; - border-top: 1px solid #e5e5e5; -} - -/* Customize container */ -@media (min-width: 768px) { - .container { - max-width: 730px; - } -} -.container-narrow > hr { - margin: 30px 0; -} - -/* Main marketing message and sign up button */ -.jumbotron { - text-align: center; - border-bottom: 1px solid #e5e5e5; -} -.jumbotron .btn { - font-size: 21px; - padding: 14px 24px; -} - -/* Supporting marketing content */ -.marketing { - margin: 40px 0; -} -.marketing p + h4 { - margin-top: 28px; -} - -/* Responsive: Portrait tablets and up */ -@media screen and (min-width: 768px) { - /* Remove the padding we set earlier */ - .header, - .marketing, - .footer { - padding-left: 0; - padding-right: 0; - } - /* Space out the masthead */ - .header { - margin-bottom: 30px; - } - /* Remove the bottom border on the jumbotron for visual effect */ - .jumbotron { - border-bottom: 0; - } -} 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; -} diff --git a/bower_components/bootstrap/examples/justified-nav/index.html b/bower_components/bootstrap/examples/justified-nav/index.html deleted file mode 100644 index c2cf0ca1..00000000 --- a/bower_components/bootstrap/examples/justified-nav/index.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - Justified Nav Template for Bootstrap - - - - - - - - - - - - - - - - -
- -
-

Project name

- -
- - -
-

Marketing stuff!

-

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet.

-

Get started today

-
- - -
-
-

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.

-

View details »

-
-
- - - - -
- - - - - - diff --git a/bower_components/bootstrap/examples/justified-nav/justified-nav.css b/bower_components/bootstrap/examples/justified-nav/justified-nav.css deleted file mode 100644 index baf0e113..00000000 --- a/bower_components/bootstrap/examples/justified-nav/justified-nav.css +++ /dev/null @@ -1,88 +0,0 @@ -body { - padding-top: 20px; -} - -.footer { - border-top: 1px solid #eee; - margin-top: 40px; - padding-top: 40px; - padding-bottom: 40px; -} - -/* Main marketing message and sign up button */ -.jumbotron { - text-align: center; - background-color: transparent; -} -.jumbotron .btn { - font-size: 21px; - padding: 14px 24px; -} - -/* Customize the nav-justified links to be fill the entire space of the .navbar */ - -.nav-justified { - background-color: #eee; - border-radius: 5px; - border: 1px solid #ccc; -} -.nav-justified > li > a { - margin-bottom: 0; - padding-top: 15px; - padding-bottom: 15px; - color: #777; - font-weight: bold; - text-align: center; - border-bottom: 1px solid #d5d5d5; - background-color: #e5e5e5; /* Old browsers */ - background-repeat: repeat-x; /* Repeat the gradient */ - background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */ - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */ - background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */ - background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ - background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */ -} -.nav-justified > .active > a, -.nav-justified > .active > a:hover, -.nav-justified > .active > a:focus { - background-color: #ddd; - background-image: none; - box-shadow: inset 0 3px 7px rgba(0,0,0,.15); -} -.nav-justified > li:first-child > a { - border-radius: 5px 5px 0 0; -} -.nav-justified > li:last-child > a { - border-bottom: 0; - border-radius: 0 0 5px 5px; -} - -@media (min-width: 768px) { - .nav-justified { - max-height: 52px; - } - .nav-justified > li > a { - border-left: 1px solid #fff; - border-right: 1px solid #d5d5d5; - } - .nav-justified > li:first-child > a { - border-left: 0; - border-radius: 5px 0 0 5px; - } - .nav-justified > li:last-child > a { - border-radius: 0 5px 5px 0; - border-right: 0; - } -} - -/* Responsive: Portrait tablets and up */ -@media screen and (min-width: 768px) { - /* Remove the padding we set earlier */ - .masthead, - .marketing, - .footer { - padding-left: 0; - padding-right: 0; - } -} diff --git a/bower_components/bootstrap/examples/navbar-fixed-top/index.html b/bower_components/bootstrap/examples/navbar-fixed-top/index.html deleted file mode 100644 index de04aa64..00000000 --- a/bower_components/bootstrap/examples/navbar-fixed-top/index.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - Fixed Top Navbar Example for Bootstrap - - - - - - - - - - - - - - - - - - - -
- - -
-

Navbar example

-

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

-

To see the difference between static and fixed top navbars, just scroll.

-

- View navbar docs » -

-
- -
- - - - - - - - diff --git a/bower_components/bootstrap/examples/navbar-fixed-top/navbar-fixed-top.css b/bower_components/bootstrap/examples/navbar-fixed-top/navbar-fixed-top.css deleted file mode 100644 index b0c88374..00000000 --- a/bower_components/bootstrap/examples/navbar-fixed-top/navbar-fixed-top.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - min-height: 2000px; - padding-top: 70px; -} diff --git a/bower_components/bootstrap/examples/navbar-static-top/index.html b/bower_components/bootstrap/examples/navbar-static-top/index.html deleted file mode 100644 index c77c00a2..00000000 --- a/bower_components/bootstrap/examples/navbar-static-top/index.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - Static Top Navbar Example for Bootstrap - - - - - - - - - - - - - - - - - - - - -
- - -
-

Navbar example

-

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

-

To see the difference between static and fixed top navbars, just scroll.

-

- View navbar docs » -

-
- -
- - - - - - - - diff --git a/bower_components/bootstrap/examples/navbar-static-top/navbar-static-top.css b/bower_components/bootstrap/examples/navbar-static-top/navbar-static-top.css deleted file mode 100644 index 59a37e75..00000000 --- a/bower_components/bootstrap/examples/navbar-static-top/navbar-static-top.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - min-height: 2000px; -} - -.navbar-static-top { - margin-bottom: 19px; -} \ No newline at end of file diff --git a/bower_components/bootstrap/examples/navbar/index.html b/bower_components/bootstrap/examples/navbar/index.html deleted file mode 100644 index 24c154a4..00000000 --- a/bower_components/bootstrap/examples/navbar/index.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - Navbar Template for Bootstrap - - - - - - - - - - - - - - - - -
- - - - - -
-

Navbar example

-

This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

-

- View navbar docs » -

-
- -
- - - - - - - - diff --git a/bower_components/bootstrap/examples/navbar/navbar.css b/bower_components/bootstrap/examples/navbar/navbar.css deleted file mode 100644 index d2195240..00000000 --- a/bower_components/bootstrap/examples/navbar/navbar.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - padding-top: 20px; - padding-bottom: 20px; -} - -.navbar { - margin-bottom: 20px; -} diff --git a/bower_components/bootstrap/examples/non-responsive/index.html b/bower_components/bootstrap/examples/non-responsive/index.html deleted file mode 100644 index 1c56b300..00000000 --- a/bower_components/bootstrap/examples/non-responsive/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - Non-responsive Template for Bootstrap - - - - - - - - - - - - - - - - - - - -
- - - -

What changes

-

Note the lack of the <meta name="viewport" content="width=device-width, initial-scale=1.0">, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.

- -

Regarding navbars

-

As a heads up, the navbar component is rather tricky here in that the styles for displaying it are rather specific and detailed. Overrides to ensure desktop styles display are not as performant or sleek as one would like. Just be aware there may be potential gotchas as you build on top of this example when using the navbar.

- -

Non-responsive grid system

-
-
One third
-
One third
-
One third
-
- -
- - - - - - - - diff --git a/bower_components/bootstrap/examples/non-responsive/non-responsive.css b/bower_components/bootstrap/examples/non-responsive/non-responsive.css deleted file mode 100644 index 526b0b8b..00000000 --- a/bower_components/bootstrap/examples/non-responsive/non-responsive.css +++ /dev/null @@ -1,116 +0,0 @@ -/* Template-specific stuff - * - * Customizations just for the template; these are not necessary for anything - * with disabling the responsiveness. - */ - -/* Account for fixed navbar */ -body { - padding-top: 70px; - padding-bottom: 30px; -} - -/* Finesse the page header spacing */ -.page-header { - margin-bottom: 30px; -} -.page-header .lead { - margin-bottom: 10px; -} - - -/* Non-responsive overrides - * - * Utilitze the following CSS to disable the responsive-ness of the container, - * grid system, and navbar. - */ - -/* Reset the container */ -.container { - max-width: none !important; - width: 970px; -} - -/* Demonstrate the grids */ -.col-xs-4 { - padding-top: 15px; - padding-bottom: 15px; - background-color: #eee; - border: 1px solid #ddd; - background-color: rgba(86,61,124,.15); - border: 1px solid rgba(86,61,124,.2); -} - -.container .navbar-header, -.container .navbar-collapse { - margin-right: 0; - margin-left: 0; -} - -/* Always float the navbar header */ -.navbar-header { - float: left; -} - -/* Undo the collapsing navbar */ -.navbar-collapse { - display: block !important; - height: auto !important; - padding-bottom: 0; - overflow: visible !important; -} - -.navbar-toggle { - display: none; -} - -.navbar-brand { - margin-left: -15px; -} - -/* Always apply the floated nav */ -.navbar-nav { - float: left; - margin: 0; -} -.navbar-nav > li { - float: left; -} -.navbar-nav > li > a { - padding: 15px; -} - -/* Redeclare since we override the float above */ -.navbar-nav.navbar-right { - float: right; -} - -/* Undo custom dropdowns */ -.navbar .open .dropdown-menu { - position: absolute; - float: left; - background-color: #fff; - border: 1px solid #cccccc; - border: 1px solid rgba(0, 0, 0, 0.15); - border-width: 0 1px 1px; - border-radius: 0 0 4px 4px; - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); -} -.navbar .open .dropdown-menu > li > a { - color: #333; -} -.navbar .open .dropdown-menu > li > a:hover, -.navbar .open .dropdown-menu > li > a:focus, -.navbar .open .dropdown-menu > .active > a, -.navbar .open .dropdown-menu > .active > a:hover, -.navbar .open .dropdown-menu > .active > a:focus { - color: #fff !important; - background-color: #428bca !important; -} -.navbar .open .dropdown-menu > .disabled > a, -.navbar .open .dropdown-menu > .disabled > a:hover, -.navbar .open .dropdown-menu > .disabled > a:focus { - color: #999 !important; - background-color: transparent !important; -} diff --git a/bower_components/bootstrap/examples/offcanvas/index.html b/bower_components/bootstrap/examples/offcanvas/index.html deleted file mode 100644 index a9350bdd..00000000 --- a/bower_components/bootstrap/examples/offcanvas/index.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - Off Canvas Template for Bootstrap - - - - - - - - - - - - - - - - - -
- -
- -
-

- -

-
-

Hello, world!

-

This is an example to show the potential of an offcanvas layout pattern in Bootstrap. Try some responsive-range viewport sizes to see it in action.

-
-
-
-

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 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 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 »

-
-
-
- - -
- -
- -
-

© Company 2013

-
- -
- - - - - - - - - - diff --git a/bower_components/bootstrap/examples/offcanvas/offcanvas.css b/bower_components/bootstrap/examples/offcanvas/offcanvas.css deleted file mode 100644 index 71ad2ac2..00000000 --- a/bower_components/bootstrap/examples/offcanvas/offcanvas.css +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Style tweaks - * -------------------------------------------------- - */ -html { - overflow-x: hidden; /* Prevent scroll on narrow devices */ -} -body { - padding-top: 70px; -} -footer { - padding: 30px 0; -} - -/* - * Off Canvas - * -------------------------------------------------- - */ -@media screen and (max-width: 767px) { - .row-offcanvas { - position: relative; - -webkit-transition: all 0.25s ease-out; - -moz-transition: all 0.25s ease-out; - transition: all 0.25s ease-out; - } - - .row-offcanvas-right - .sidebar-offcanvas { - right: -50%; /* 6 columns */ - } - - .row-offcanvas-left - .sidebar-offcanvas { - left: -50%; /* 6 columns */ - } - - .row-offcanvas-right.active { - right: 50%; /* 6 columns */ - } - - .row-offcanvas-left.active { - left: 50%; /* 6 columns */ - } - - .sidebar-offcanvas { - position: absolute; - top: 0; - width: 50%; /* 6 columns */ - } -} diff --git a/bower_components/bootstrap/examples/offcanvas/offcanvas.js b/bower_components/bootstrap/examples/offcanvas/offcanvas.js deleted file mode 100644 index 12f2dff5..00000000 --- a/bower_components/bootstrap/examples/offcanvas/offcanvas.js +++ /dev/null @@ -1,5 +0,0 @@ -$(document).ready(function() { - $('[data-toggle=offcanvas]').click(function() { - $('.row-offcanvas').toggleClass('active'); - }); -}); \ No newline at end of file diff --git a/bower_components/bootstrap/examples/screenshots/carousel.jpg b/bower_components/bootstrap/examples/screenshots/carousel.jpg deleted file mode 100644 index a63a1ba9..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/carousel.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/grid.jpg b/bower_components/bootstrap/examples/screenshots/grid.jpg deleted file mode 100644 index 2407cf29..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/grid.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/jumbotron-narrow.jpg b/bower_components/bootstrap/examples/screenshots/jumbotron-narrow.jpg deleted file mode 100644 index 915d10f4..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/jumbotron-narrow.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/jumbotron.jpg b/bower_components/bootstrap/examples/screenshots/jumbotron.jpg deleted file mode 100644 index 46bce0c5..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/jumbotron.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/justified-nav.jpg b/bower_components/bootstrap/examples/screenshots/justified-nav.jpg deleted file mode 100644 index 5f57923e..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/justified-nav.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/navbar-fixed.jpg b/bower_components/bootstrap/examples/screenshots/navbar-fixed.jpg deleted file mode 100644 index 16a03b0b..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/navbar-fixed.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/navbar-static.jpg b/bower_components/bootstrap/examples/screenshots/navbar-static.jpg deleted file mode 100644 index 8fe3529f..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/navbar-static.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/navbar.jpg b/bower_components/bootstrap/examples/screenshots/navbar.jpg deleted file mode 100644 index 3120c507..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/navbar.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/non-responsive.jpg b/bower_components/bootstrap/examples/screenshots/non-responsive.jpg deleted file mode 100644 index 0b8953ce..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/non-responsive.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/offcanvas.jpg b/bower_components/bootstrap/examples/screenshots/offcanvas.jpg deleted file mode 100644 index 76b7d670..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/offcanvas.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/sign-in.jpg b/bower_components/bootstrap/examples/screenshots/sign-in.jpg deleted file mode 100644 index 4191c33b..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/sign-in.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/starter-template.jpg b/bower_components/bootstrap/examples/screenshots/starter-template.jpg deleted file mode 100644 index 2545aa32..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/starter-template.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/sticky-footer-navbar.jpg b/bower_components/bootstrap/examples/screenshots/sticky-footer-navbar.jpg deleted file mode 100644 index 6226bf4a..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/sticky-footer-navbar.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/sticky-footer.jpg b/bower_components/bootstrap/examples/screenshots/sticky-footer.jpg deleted file mode 100644 index 644f6dd2..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/sticky-footer.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/screenshots/theme.jpg b/bower_components/bootstrap/examples/screenshots/theme.jpg deleted file mode 100644 index ef47acb9..00000000 Binary files a/bower_components/bootstrap/examples/screenshots/theme.jpg and /dev/null differ diff --git a/bower_components/bootstrap/examples/signin/index.html b/bower_components/bootstrap/examples/signin/index.html deleted file mode 100644 index 72110751..00000000 --- a/bower_components/bootstrap/examples/signin/index.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - Signin Template for Bootstrap - - - - - - - - - - - - - - - - -
- - - -
- - - - - - diff --git a/bower_components/bootstrap/examples/signin/signin.css b/bower_components/bootstrap/examples/signin/signin.css deleted file mode 100644 index a6bf9b15..00000000 --- a/bower_components/bootstrap/examples/signin/signin.css +++ /dev/null @@ -1,40 +0,0 @@ -body { - padding-top: 40px; - padding-bottom: 40px; - background-color: #eee; -} - -.form-signin { - max-width: 330px; - padding: 15px; - margin: 0 auto; -} -.form-signin .form-signin-heading, -.form-signin .checkbox { - margin-bottom: 10px; -} -.form-signin .checkbox { - font-weight: normal; -} -.form-signin .form-control { - position: relative; - font-size: 16px; - height: auto; - padding: 10px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.form-signin .form-control:focus { - z-index: 2; -} -.form-signin input[type="text"] { - margin-bottom: -1px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} -.form-signin input[type="password"] { - margin-bottom: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; -} \ No newline at end of file diff --git a/bower_components/bootstrap/examples/starter-template/index.html b/bower_components/bootstrap/examples/starter-template/index.html deleted file mode 100644 index a792db82..00000000 --- a/bower_components/bootstrap/examples/starter-template/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - Starter Template for Bootstrap - - - - - - - - - - - - - - - - - - -
- -
-

Bootstrap starter template

-

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

-
- -
- - - - - - - - diff --git a/bower_components/bootstrap/examples/starter-template/starter-template.css b/bower_components/bootstrap/examples/starter-template/starter-template.css deleted file mode 100644 index 4af7a617..00000000 --- a/bower_components/bootstrap/examples/starter-template/starter-template.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - padding-top: 50px; -} -.starter-template { - padding: 40px 15px; - text-align: center; -} diff --git a/bower_components/bootstrap/examples/sticky-footer-navbar/index.html b/bower_components/bootstrap/examples/sticky-footer-navbar/index.html deleted file mode 100644 index fb860744..00000000 --- a/bower_components/bootstrap/examples/sticky-footer-navbar/index.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - Sticky Footer Navbar Template for Bootstrap - - - - - - - - - - - - - - - - - -
- - - - - -
- -

Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added within #wrap with padding-top: 60px; on the .container.

-

Back to the default sticky footer minus the navbar.

-
-
- - - - - - - - - - diff --git a/bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css b/bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css deleted file mode 100644 index 4869de0e..00000000 --- a/bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css +++ /dev/null @@ -1,45 +0,0 @@ -/* Sticky footer styles --------------------------------------------------- */ - -html, -body { - height: 100%; - /* The html and body elements cannot have any padding or margin. */ -} - -/* Wrapper for page content to push down footer */ -#wrap { - min-height: 100%; - height: auto; - /* Negative indent footer by its height */ - margin: 0 auto -60px; - /* Pad bottom by footer height */ - padding: 0 0 60px; -} - -/* Set the fixed height of the footer here */ -#footer { - height: 60px; - background-color: #f5f5f5; -} - - -/* Custom page CSS --------------------------------------------------- */ -/* Not required for template or sticky footer method. */ - -#wrap > .container { - padding: 60px 15px 0; -} -.container .credit { - margin: 20px 0; -} - -#footer > .container { - padding-left: 15px; - padding-right: 15px; -} - -code { - font-size: 80%; -} diff --git a/bower_components/bootstrap/examples/sticky-footer/index.html b/bower_components/bootstrap/examples/sticky-footer/index.html deleted file mode 100644 index b52754df..00000000 --- a/bower_components/bootstrap/examples/sticky-footer/index.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - Sticky Footer Template for Bootstrap - - - - - - - - - - - - - - - - - -
- - -
- -

Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.

-

Use the sticky footer with a fixed navbar if need be, too.

-
-
- - - - - - - - diff --git a/bower_components/bootstrap/examples/sticky-footer/sticky-footer.css b/bower_components/bootstrap/examples/sticky-footer/sticky-footer.css deleted file mode 100644 index db69addb..00000000 --- a/bower_components/bootstrap/examples/sticky-footer/sticky-footer.css +++ /dev/null @@ -1,38 +0,0 @@ -/* Sticky footer styles --------------------------------------------------- */ - -html, -body { - height: 100%; - /* The html and body elements cannot have any padding or margin. */ -} - -/* Wrapper for page content to push down footer */ -#wrap { - min-height: 100%; - height: auto; - /* Negative indent footer by its height */ - margin: 0 auto -60px; - /* Pad bottom by footer height */ - padding: 0 0 60px; -} - -/* Set the fixed height of the footer here */ -#footer { - height: 60px; - background-color: #f5f5f5; -} - - -/* Custom page CSS --------------------------------------------------- */ -/* Not required for template or sticky footer method. */ - -.container { - width: auto; - max-width: 680px; - padding: 0 15px; -} -.container .credit { - margin: 20px 0; -} diff --git a/bower_components/bootstrap/examples/theme/index.html b/bower_components/bootstrap/examples/theme/index.html deleted file mode 100644 index 5adb44ab..00000000 --- a/bower_components/bootstrap/examples/theme/index.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - - - - - - Theme 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 »

-
- - - - -

- - - - - - - -

-

- - - - - - - -

-

- - - - - - - -

-

- - - - - - - -

- - - - - A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera - - - - - - - - - - - - - - - - - - -
- Well done! You successfully read this important alert message. -
-
- Heads up! This alert needs your attention, but it's not super important. -
-
- Warning! Best check yo self, you're not looking too good. -
-
- Oh snap! Change a few things up and try submitting again. -
- - - - -
-
60% Complete
-
-
-
40% Complete (success)
-
-
-
20% Complete
-
-
-
60% Complete (warning)
-
-
-
80% Complete (danger)
-
-
-
35% Complete (success)
-
20% Complete (warning)
-
10% Complete (danger)
-
- - - - - - - - - -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
- - - - -
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur.

-
- - -
- - - - - - - - - diff --git a/bower_components/bootstrap/examples/theme/theme.css b/bower_components/bootstrap/examples/theme/theme.css deleted file mode 100644 index e7559231..00000000 --- a/bower_components/bootstrap/examples/theme/theme.css +++ /dev/null @@ -1,14 +0,0 @@ -body { - padding-top: 70px; - padding-bottom: 30px; -} - -.theme-dropdown .dropdown-menu { - display: block; - position: static; - margin-bottom: 20px; -} - -.theme-showcase > p > .btn { - margin: 5px 0; -} \ No newline at end of file -- cgit v1.2.3