From dd84c139a6a94eb36f9a1e22cc4d35675776b26d Mon Sep 17 00:00:00 2001 From: PhilippeVay Date: Sat, 25 Jan 2014 10:43:12 +0100 Subject: [PATCH] RWD: adding .tiny-wauto (.small-wauto already exists) --- less/_06-rwd.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/_06-rwd.less b/less/_06-rwd.less index 36f9717..44c2c52 100644 --- a/less/_06-rwd.less +++ b/less/_06-rwd.less @@ -132,7 +132,8 @@ } .w300p, .w400p, - .w500p { + .w500p, + .tiny-wauto { width: auto; float: none; }