Delete responsive-768px-979px.less

This commit is contained in:
Marius Blüm
2016-06-11 17:51:35 +02:00
committed by GitHub
parent d4e32c0e30
commit e593edab17

View File

@@ -1,31 +0,0 @@
//
// Responsive: Tablet to desktop
// --------------------------------------------------
@media (min-width: 768px) and (max-width: 979px) {
// Fixed grid
#grid > .core(@gridColumnWidth768, @gridGutterWidth768);
// Fluid grid
#grid > .fluid(@fluidGridColumnWidth768, @fluidGridGutterWidth768);
// Input grid
#grid > .input(@gridColumnWidth768, @gridGutterWidth768);
// No need to reset .thumbnails here since it's the same @gridGutterWidth
//header
.follow .visible { padding:0 5px; font-size: 11px;}
.follow .visible:last-child { padding-right: 0;}
.page-content { margin-left: 10px;}
//Footer
ul#menu-footer-navigation {margin-top: 10px; float: left;}
ul#menu-footer-navigation li a {float: none; display: inherit;}
ul#menu-footer-navigation li { float: none;}
footer p.copyright { margin-top: 10px;}
}