diff options
| author | Mark Otto <[email protected]> | 2013-01-14 22:05:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-14 22:05:55 -0800 |
| commit | 25c9b6b59a23ac572634e5314c0b682e2ec8cf3d (patch) | |
| tree | 6da8a74387a9f7676e54ce736cf30be3ba623499 /less | |
| parent | d247f71217917f6e53354e410b8020289b841a47 (diff) | |
| download | bootstrap-25c9b6b59a23ac572634e5314c0b682e2ec8cf3d.tar.xz bootstrap-25c9b6b59a23ac572634e5314c0b682e2ec8cf3d.zip | |
nuke and flatten and stuff
Diffstat (limited to 'less')
| -rw-r--r-- | less/bootstrap.less | 3 | ||||
| -rw-r--r-- | less/responsive-767px-max.less | 15 |
2 files changed, 4 insertions, 14 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index d5710b6b4..61870d5cc 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -15,6 +15,8 @@ // Reset @import "normalize.less"; +/* + // Grid system and page structure @import "scaffolding.less"; @import "grid.less"; @@ -86,3 +88,4 @@ // Responsive navbar // From 979px and below, show a button to toggle navbar contents @import "responsive-navbar.less"; +*/
\ No newline at end of file diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less index cf4b49249..ef8fe0e5f 100644 --- a/less/responsive-767px-max.less +++ b/less/responsive-767px-max.less @@ -5,19 +5,6 @@ @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 // ---------- // Reset horizontal dl @@ -90,7 +77,7 @@ // Smooth out the collapsing/expanding nav .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 |
