fixes in RWD styles

This commit is contained in:
Raphael Goetter 2013-08-04 21:03:13 +02:00
parent be85657bbf
commit 9c67f9e048

View File

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