fixes in RWD styles
This commit is contained in:
parent
be85657bbf
commit
9c67f9e048
1 changed files with 5 additions and 1 deletions
|
@ -96,7 +96,10 @@
|
||||||
.w800p,
|
.w800p,
|
||||||
.w960p,
|
.w960p,
|
||||||
.mw960p,
|
.mw960p,
|
||||||
.small-wauto { width: auto; }
|
.small-wauto {
|
||||||
|
width: auto;
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* you shall not pass */
|
/* you shall not pass */
|
||||||
div, textarea, table, td, th, code, pre, samp {
|
div, textarea, table, td, th, code, pre, samp {
|
||||||
|
@ -177,6 +180,7 @@
|
||||||
.w400p,
|
.w400p,
|
||||||
.w500p {
|
.w500p {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
.row {
|
.row {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
|
Loading…
Reference in a new issue