From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- docs/examples/justified-nav/index.html | 104 -------------------------- docs/examples/justified-nav/justified-nav.css | 55 -------------- 2 files changed, 159 deletions(-) delete mode 100644 docs/examples/justified-nav/index.html delete mode 100644 docs/examples/justified-nav/justified-nav.css (limited to 'docs/examples/justified-nav') diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html deleted file mode 100644 index fe42367d9..000000000 --- a/docs/examples/justified-nav/index.html +++ /dev/null @@ -1,104 +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 »

-
-
- - -
-

© Company 2017

-
- -
- - - - - - - - - - - - diff --git a/docs/examples/justified-nav/justified-nav.css b/docs/examples/justified-nav/justified-nav.css deleted file mode 100644 index 2f6de026e..000000000 --- a/docs/examples/justified-nav/justified-nav.css +++ /dev/null @@ -1,55 +0,0 @@ -body { - padding-top: 20px; -} - -.footer { - padding-top: 40px; - padding-bottom: 40px; - margin-top: 40px; - border-top: 1px solid #eee; -} - -/* Main marketing message and sign up button */ -.jumbotron { - text-align: center; - background-color: transparent; -} -.jumbotron .btn { - padding: 14px 24px; - font-size: 21px; -} - -.navbar { - background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7),to(#eee)); - background-image: -webkit-linear-gradient(top, #f7f7f7 0%,#eee 100%); - background-image: -o-linear-gradient(top, #f7f7f7 0%,#eee 100%); - background-image: linear-gradient(to bottom, #f7f7f7 0%,#eee 100%); - border: 1px solid #e5e5e5; -} - -@media (min-width: 768px) { - .navbar-nav { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - } - - .navbar-nav .nav-item { - -webkit-box-flex: 1; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - } -} - -/* Responsive: Portrait tablets and up */ -@media screen and (min-width: 768px) { - /* Remove the padding we set earlier */ - .masthead, - .marketing, - .footer { - padding-right: 0; - padding-left: 0; - } -} -- cgit v1.2.3