From 0943bb26467f75a5c1733b73e8e20ad0c721f0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Bernigaud?= Date: Thu, 1 Aug 2013 09:20:27 +0200 Subject: [PATCH] Fixes: #2593 fullwidth is broken for right sections --- html/themes/default/plugin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/themes/default/plugin.css b/html/themes/default/plugin.css index faa7b1a..e1b1184 100644 --- a/html/themes/default/plugin.css +++ b/html/themes/default/plugin.css @@ -186,7 +186,7 @@ width:100%; min-width:80%; } -.plugin_section.fullwidth { +html.ltr .plugin_section.fullwidth, html.rtl .plugin_section.fullwidth { float:none; clear:both; width:auto; -- 1.7.10.4