// vars @unit: px; @baseDir: "../../basetpl/less/"; @imgDir: '../img'; // profile & library @import "profile/profile"; @import ~"@{baseDir}lib/library"; // browsehappy .browsehappy { .p(@padding); .bg(@yellow); .ps(relative,@toolbar-height,0,n,0); .ta(center); a { .c(@text); } } // columns fallback .columns { &>.teaser, &>.block, &>ul>li { width: 32% !important; min-width: 360px !important; max-width: 480px !important; margin-right: 1.333% !important; .va(top); } &>.thumbnail { width: 120px !important; margin-right: 16px !important; .va(top); } } // grid fallback .grid.gutter { width: 100% !important; } // forms select { .bg(none); padding:12px !important; }