Commit 2a3680e1 authored by Mark Otto's avatar Mark Otto

drop the theme example

parent 2ef7b50a
This diff is collapsed.
body {
padding-top: 70px;
padding-bottom: 30px;
}
.theme-dropdown .dropdown-menu {
position: static;
display: block;
margin-bottom: 20px;
}
.theme-showcase > p > .btn {
margin: 5px 0;
}
.theme-showcase .navbar .container {
width: auto;
}
...@@ -15,15 +15,6 @@ Build on the basic template above with Bootstrap's many components. We encourage ...@@ -15,15 +15,6 @@ Build on the basic template above with Bootstrap's many components. We encourage
<h4>Starter template</h4> <h4>Starter template</h4>
<p>Nothing but the basics: compiled CSS and JavaScript.</p> <p>Nothing but the basics: compiled CSS and JavaScript.</p>
</div> </div>
<div class="col-xs-6 col-md-4">
<a href="{{ site.baseurl }}examples/theme/">
<img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/theme.jpg" alt="">
</a>
<h4>Bootstrap theme</h4>
<p>Load the optional Bootstrap theme for a visually enhanced experience.</p>
</div>
<div class="clearfix visible-xs-block"></div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="{{ site.baseurl }}examples/grid/"> <a href="{{ site.baseurl }}examples/grid/">
<img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/grid.jpg" alt=""> <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/grid.jpg" alt="">
...@@ -31,6 +22,8 @@ Build on the basic template above with Bootstrap's many components. We encourage ...@@ -31,6 +22,8 @@ Build on the basic template above with Bootstrap's many components. We encourage
<h4>Grids</h4> <h4>Grids</h4>
<p>Multiple examples of grid layouts with all four tiers, nesting, and more.</p> <p>Multiple examples of grid layouts with all four tiers, nesting, and more.</p>
</div> </div>
<div class="clearfix visible-xs-block"></div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="{{ site.baseurl }}examples/jumbotron/"> <a href="{{ site.baseurl }}examples/jumbotron/">
<img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/jumbotron.jpg" alt=""> <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/jumbotron.jpg" alt="">
...@@ -38,8 +31,6 @@ Build on the basic template above with Bootstrap's many components. We encourage ...@@ -38,8 +31,6 @@ Build on the basic template above with Bootstrap's many components. We encourage
<h4>Jumbotron</h4> <h4>Jumbotron</h4>
<p>Build around the jumbotron with a navbar and some basic grid columns.</p> <p>Build around the jumbotron with a navbar and some basic grid columns.</p>
</div> </div>
<div class="clearfix visible-xs-block"></div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="{{ site.baseurl }}examples/jumbotron-narrow/"> <a href="{{ site.baseurl }}examples/jumbotron-narrow/">
<img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/jumbotron-narrow.jpg" alt=""> <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/jumbotron-narrow.jpg" alt="">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment