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 // Utility classes
@import "bootstrap/utilities.less"; // Has to be last to override when necessary @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 // // Phones to portrait tablets and narrow desktops
@import "bootstrap/responsive-767px-max.less"; // @import "bootstrap/responsive-767px-max.less";
// Tablets to regular desktops // // Tablets to regular desktops
@import "bootstrap/responsive-768px-979px.less"; // @import "bootstrap/responsive-768px-979px.less";
// Large desktops // // Large desktops
@import "bootstrap/responsive-1200px-min.less"; // @import "bootstrap/responsive-1200px-min.less";
// 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 "bootstrap/responsive-navbar.less"; // @import "bootstrap/responsive-navbar.less";
// Bootswatch // Bootswatch
@import "bootswatch.less"; @import "bootswatch.less";