2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+3
View File
@@ -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";
*/
+1 -14
View File
@@ -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