Grid-compatible adjustable columns

This commit is contained in:
Amir E. Aharoni
2014-12-02 22:08:43 +02:00
parent 752a295ee2
commit b55bc61dc7
4 changed files with 55 additions and 20 deletions

View File

@@ -41,7 +41,6 @@
$( '.uls-trigger' ).click( function () {
//Hacks I need to make afterwards. ULS API should be probably modified to allow optional classes and not force position:
$( '.uls-menu' )
.removeClass( 'uls-wide' )
.addClass( 'uls-mobile' )
.css( 'left', '2.5%' );
});