From 2bafab841411c0f7ba79c35c54cfdb528ae0b0b8 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Fri, 14 Dec 2012 09:46:03 +0200 Subject: [PATCH] Whitespace --- css/jquery.uls.mobile.css | 40 +++++++++++++++++++------------------- examples/index-i18n.html | 8 ++++---- examples/index-mobile.html | 18 ++++++++--------- examples/index.html | 4 ++-- 4 files changed, 35 insertions(+), 35 deletions(-) diff --git a/css/jquery.uls.mobile.css b/css/jquery.uls.mobile.css index bf0275b..6db4962 100644 --- a/css/jquery.uls.mobile.css +++ b/css/jquery.uls.mobile.css @@ -39,22 +39,22 @@ margin-right: 0; } - .uls-mobile .column, + .uls-mobile .column, .uls-mobile .columns { width: auto !important; float: none; } - .uls-mobile .column:last-child, + .uls-mobile .column:last-child, .uls-mobile .columns:last-child { float: none; } - - .uls-mobile [class*="column"] + [class*="column"]:last-child { + + .uls-mobile [class*="column"] + [class*="column"]:last-child { float: none; } - - .uls-mobile .column:before, + + .uls-mobile .column:before, .uls-mobile .uls-mobile .columns:before, .uls-mobile .column:after, .columns:after { @@ -80,7 +80,7 @@ margin-left: 0 !important; } - .uls-mobile .push-two, + .uls-mobile .push-two, .uls-mobile .push-three, .uls-mobile .push-four, .uls-mobile .push-five, @@ -92,7 +92,7 @@ left: auto; } - .uls-mobile .pull-two, + .uls-mobile .pull-two, .uls-mobile .pull-three, .uls-mobile .pull-four, .uls-mobile .pull-five, @@ -105,7 +105,7 @@ } /* Mobile 4-column Grid */ - .uls-mobile .row .mobile-one { + .uls-mobile .row .mobile-one { width: 25% !important; float: left; padding: 0 4px; @@ -119,7 +119,7 @@ padding: 0; } - .uls-mobile .row .mobile-two { + .uls-mobile .row .mobile-two { width: 50% !important; float: left; padding: 0 4px; @@ -129,7 +129,7 @@ float: right; } - .uls-mobile .row.collapse .mobile-two { + .uls-mobile .row.collapse .mobile-two { padding: 0; } @@ -157,31 +157,31 @@ float: right; } - .uls-mobile .row.collapse .mobile-four { + .uls-mobile .row.collapse .mobile-four { padding: 0; } - .uls-mobile .push-one-mobile { + .uls-mobile .push-one-mobile { left: 25%; } - .uls-mobile .pull-one-mobile { + .uls-mobile .pull-one-mobile { right: 25%; } - .uls-mobile .push-two-mobile { + .uls-mobile .push-two-mobile { left: 50%; } - .uls-mobile .pull-two-mobile { + .uls-mobile .pull-two-mobile { right: 50%; } - .uls-mobile .push-three-mobile { + .uls-mobile .push-three-mobile { left: 75%; } - .uls-mobile .pull-three-mobile { + .uls-mobile .pull-three-mobile { right: 75%; } } @@ -237,7 +237,7 @@ .uls-mobile .hide-for-xlarge { display: block !important; } - + .uls-mobile .show-for-small, .uls-mobile .hide-for-medium, .uls-mobile .hide-for-medium-down, @@ -316,4 +316,4 @@ .uls-mobile .touch .hide-for-touch { display: none !important; -} \ No newline at end of file +} diff --git a/examples/index-i18n.html b/examples/index-i18n.html index 18c3039..b8b4ae3 100644 --- a/examples/index-i18n.html +++ b/examples/index-i18n.html @@ -23,13 +23,13 @@ $( document ).ready( function() { var i18n = $.i18n( ); // Use default locale "en" - i18n.locale = "en"; + i18n.locale = 'en'; i18n.load( '../i18n/en.json', 'en' ); $( '.uls-trigger' ).uls( { onReady: function ( ) { this.i18n(); }, - onSelect : function( language ) { + onSelect: function( language ) { var languageName = $.uls.data.getAutonym( language ); $( '.uls-trigger' ).text( languageName ); i18n.locale = language; @@ -41,7 +41,7 @@ this.i18n(); $( '.navbar' ).i18n(); }, - quickList: [ 'en', 'hi', 'he', 'ml', 'ta', 'fr' ] + quickList: ['en', 'hi', 'he', 'ml', 'ta', 'fr'] } ); } ); @@ -52,7 +52,7 @@ Select Language

Universal Language Selector

- Demonstration of jquery plugin + Demonstration of jQuery plugin

diff --git a/examples/index-mobile.html b/examples/index-mobile.html index 9871ca4..2c68bcf 100644 --- a/examples/index-mobile.html +++ b/examples/index-mobile.html @@ -13,7 +13,7 @@ - + @@ -30,19 +30,19 @@ @@ -53,7 +53,7 @@ Select Language

Universal Language Selector

- Demonstration of jquery plugin + Demonstration of jQuery plugin

diff --git a/examples/index.html b/examples/index.html index 3a973ee..754e378 100644 --- a/examples/index.html +++ b/examples/index.html @@ -35,7 +35,7 @@ var languageName = $.uls.data.getAutonym( language ); $( '.uls-trigger' ).text( languageName ); }, - quickList: ['en', 'hi', 'he', 'ml', 'ta','fr'] //FIXME + quickList: ['en', 'hi', 'he', 'ml', 'ta', 'fr'] //FIXME } ); } ); @@ -46,7 +46,7 @@ Select Language

Universal Language Selector

- Demonstration of jquery plugin + Demonstration of jQuery plugin