remove responsive styles

This commit is contained in:
Luke Hatcher 2012-07-13 14:37:08 -04:00
parent ad78d869cc
commit 4c98c5e2fe

View file

@ -61,30 +61,30 @@
// Utility classes
@import "bootstrap/utilities.less"; // Has to be last to override when necessary
// RESPONSIVE CLASSES
// ------------------
// // RESPONSIVE CLASSES
// // ------------------
@import "bootstrap/responsive-utilities.less";
// @import "bootstrap/responsive-utilities.less";
// MEDIA QUERIES
// ------------------
// // MEDIA QUERIES
// // ------------------
// Phones to portrait tablets and narrow desktops
@import "bootstrap/responsive-767px-max.less";
// // Phones to portrait tablets and narrow desktops
// @import "bootstrap/responsive-767px-max.less";
// Tablets to regular desktops
@import "bootstrap/responsive-768px-979px.less";
// // Tablets to regular desktops
// @import "bootstrap/responsive-768px-979px.less";
// Large desktops
@import "bootstrap/responsive-1200px-min.less";
// // Large desktops
// @import "bootstrap/responsive-1200px-min.less";
// RESPONSIVE NAVBAR
// ------------------
// // RESPONSIVE NAVBAR
// // ------------------
// From 979px and below, show a button to toggle navbar contents
@import "bootstrap/responsive-navbar.less";
// // From 979px and below, show a button to toggle navbar contents
// @import "bootstrap/responsive-navbar.less";
// Bootswatch
@import "bootswatch.less";