Commit 25c9b6b5 authored by Mark Otto's avatar Mark Otto

nuke and flatten and stuff

parent d247f712
This diff is collapsed.
This diff is collapsed.
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<h1>Bootstrap</h1> <h1>Bootstrap</h1>
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
<p> <p>
<a href="assets/bootstrap.zip" class="btn btn-primary btn-large" >Download Bootstrap</a> <a href="assets/bootstrap.zip" class="btn btn-large" >Download Bootstrap</a>
</p> </p>
<ul class="masthead-links"> <ul class="masthead-links">
<li> <li>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<h1>Bootstrap</h1> <h1>Bootstrap</h1>
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
<p> <p>
<a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);"{{/production}}>Download Bootstrap</a> <a href="assets/bootstrap.zip" class="btn btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);"{{/production}}>Download Bootstrap</a>
</p> </p>
<ul class="masthead-links"> <ul class="masthead-links">
<li> <li>
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
// Reset // Reset
@import "normalize.less"; @import "normalize.less";
/*
// Grid system and page structure // Grid system and page structure
@import "scaffolding.less"; @import "scaffolding.less";
@import "grid.less"; @import "grid.less";
...@@ -86,3 +88,4 @@ ...@@ -86,3 +88,4 @@
// Responsive navbar // Responsive navbar
// From 979px and below, show a button to toggle navbar contents // From 979px and below, show a button to toggle navbar contents
@import "responsive-navbar.less"; @import "responsive-navbar.less";
*/
\ No newline at end of file
...@@ -5,19 +5,6 @@ ...@@ -5,19 +5,6 @@
@media (max-width: 767px) { @media (max-width: 767px) {
// Padding to set content in a bit
body {
padding-left: 20px;
padding-right: 20px;
}
// Negative indent the now static "fixed" navbar
.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
margin-left: -20px;
margin-right: -20px;
}
// TYPOGRAPHY // TYPOGRAPHY
// ---------- // ----------
// Reset horizontal dl // Reset horizontal dl
...@@ -90,7 +77,7 @@ ...@@ -90,7 +77,7 @@
// Smooth out the collapsing/expanding nav // Smooth out the collapsing/expanding nav
.nav-collapse { .nav-collapse {
-webkit-transform: translate3d(0, 0, 0); // activate the GPU // -webkit-transform: translate3d(0, 0, 0); // activate the GPU
} }
// Block level the page header small tag for readability // Block level the page header small tag for readability
......
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