Whitespace

This commit is contained in:
Amir E. Aharoni
2012-12-30 20:34:32 +02:00
parent 52c0052bf5
commit e78a2507d7
5 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
jQuery Universal Language Selector jQuery Universal Language Selector
================================== ==================================
Universal Language Selector Universal Language Selector
[![Build Status](https://secure.travis-ci.org/wikimedia/jquery.uls.png)](http://travis-ci.org/wikimedia/jquery.uls) [![Build Status](https://secure.travis-ci.org/wikimedia/jquery.uls.png)](http://travis-ci.org/wikimedia/jquery.uls)

View File

@@ -190,7 +190,7 @@ div.uls-region {
background: #f8f8f8; background: #f8f8f8;
background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FBFBFB)); background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FBFBFB));
background: -webkit-linear-gradient(top, #F0F0F0, #FBFBFB); background: -webkit-linear-gradient(top, #F0F0F0, #FBFBFB);
background: -moz-linear-gradient(top, #F0F0F0, #FBFBFB); background: -moz-linear-gradient(top, #F0F0F0, #FBFBFB);
background: -ms-linear-gradient(top, #F0F0F0, #FBFBFB); background: -ms-linear-gradient(top, #F0F0F0, #FBFBFB);
background: -o-linear-gradient(top, #F0F0F0, #FBFBFB); background: -o-linear-gradient(top, #F0F0F0, #FBFBFB);
background: linear-gradient(#F0F0F0, #FBFBFB); background: linear-gradient(#F0F0F0, #FBFBFB);

View File

@@ -66,7 +66,7 @@
margin: 0; margin: 0;
} }
.grid .column, .grid .columns { .grid .column, .grid .columns {
float: left; float: left;
min-height: 1px; min-height: 1px;
padding: 0 5px; padding: 0 5px;
@@ -284,7 +284,7 @@
padding: 0 15px 15px; padding: 0 15px 15px;
} }
/* .block-grid.two-up>li:nth-child(2n+1) {clear: left;} */ /* .block-grid.two-up>li:nth-child(2n+1) {clear: left;} */
.grid .block-grid.three-up { .grid .block-grid.three-up {
margin: 0 -12px; margin: 0 -12px;
} }
@@ -294,7 +294,7 @@
padding: 0 12px 12px; padding: 0 12px 12px;
} }
/* .block-grid.three-up>li:nth-child(3n+1) {clear: left;} */ /* .block-grid.three-up>li:nth-child(3n+1) {clear: left;} */
.grid .block-grid.four-up { .grid .block-grid.four-up {
margin: 0 -10px; margin: 0 -10px;
} }
@@ -304,7 +304,7 @@
padding: 0 10px 10px; padding: 0 10px 10px;
} }
/* .block-grid.four-up>li:nth-child(4n+1) {clear: left;} */ /* .block-grid.four-up>li:nth-child(4n+1) {clear: left;} */
.grid .block-grid.five-up { .grid .block-grid.five-up {
margin: 0 -8px; margin: 0 -8px;
} }

View File

@@ -83,8 +83,8 @@
bottom:0; bottom:0;
left:0; left:0;
-webkit-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
} }
.uls-no-found-more a { .uls-no-found-more a {

View File

@@ -369,7 +369,7 @@
lazyload: true // Lazy load the language list when scrolled. lazyload: true // Lazy load the language list when scrolled.
}; };
// Define a dummy i18n function, if jquery.i18n not integrated. // Define a dummy i18n function, if jquery.i18n not integrated.
if( !$.fn.i18n ) { if( !$.fn.i18n ) {
$.fn.i18n = function( option ) { $.fn.i18n = function( option ) {
}; };