RWD changes
This commit is contained in:
parent
fffdb58fa4
commit
86b5f4a8b2
1 changed files with 2 additions and 9 deletions
|
@ -679,8 +679,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* margins for large (l) screens */
|
/* margins for large (l) screens */
|
||||||
.large-ma0,
|
.large-ma0 { margin: 0 !important; }
|
||||||
.large-man { margin: 0 !important; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: @smallscreen) {
|
@media (max-width: @smallscreen) {
|
||||||
|
@ -763,7 +762,6 @@ textarea {
|
||||||
|
|
||||||
/* quick smartphone reset */
|
/* quick smartphone reset */
|
||||||
.mod,
|
.mod,
|
||||||
.item,
|
|
||||||
.col,
|
.col,
|
||||||
fieldset {
|
fieldset {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
@ -774,10 +772,6 @@ textarea {
|
||||||
margin-right: 0 !important;
|
margin-right: 0 !important;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
.w30,
|
|
||||||
.w33,
|
|
||||||
.w40,
|
|
||||||
.w50,
|
|
||||||
.w300p,
|
.w300p,
|
||||||
.w400p,
|
.w400p,
|
||||||
.w500p {
|
.w500p {
|
||||||
|
@ -832,8 +826,7 @@ textarea {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
/* margins for tiny (t) screens */
|
/* margins for tiny (t) screens */
|
||||||
.tiny-ma0,
|
.tiny-ma0 { margin: 0 !important; }
|
||||||
.tiny-man { margin: 0 !important; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* orientation iOS font-size fix */
|
/* orientation iOS font-size fix */
|
||||||
|
|
Loading…
Reference in a new issue