Changeset - 4c98c5e2fee4
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-13 18:37:08
lukeman@gmail.com
remove responsive styles
1 file changed with 15 insertions and 15 deletions:
0 comments (0 inline, 0 general)
symposion_project/static/symposion/less/symposion.less
Show inline comments
...
 
@@ -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";
0 comments (0 inline, 0 general)