Whitespace

This commit is contained in:
Amir E. Aharoni
2012-12-14 09:46:03 +02:00
parent 17b6d77ac2
commit 2bafab8414
4 changed files with 35 additions and 35 deletions

View File

@@ -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;
}
}