1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-07-31 19:00:23 +02:00

nuke and flatten and stuff

This commit is contained in:
Mark Otto
2013-01-14 22:05:55 -08:00
parent d247f71217
commit 25c9b6b59a
6 changed files with 61 additions and 5965 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

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

View File

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

3
less/bootstrap.less vendored
View File

@@ -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 @@
// 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";
*/

View File

@@ -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 @@
// 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