From 9c67f9e04814eef57490ab2b7c28111eba807b1a Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Sun, 4 Aug 2013 21:03:13 +0200 Subject: [PATCH] fixes in RWD styles --- css/rwd.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/rwd.css b/css/rwd.css index 1395f57..240ba16 100644 --- a/css/rwd.css +++ b/css/rwd.css @@ -96,7 +96,10 @@ .w800p, .w960p, .mw960p, - .small-wauto { width: auto; } + .small-wauto { + width: auto; + float: none; + } /* you shall not pass */ div, textarea, table, td, th, code, pre, samp { @@ -177,6 +180,7 @@ .w400p, .w500p { width: auto; + float: none; } .row { display: block !important;