From e62cee604dd48a1e8bfb3569a32f58df1bc2b2a2 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 15 Jul 2014 19:04:20 +0000 Subject: [PATCH] Reduce right margin for iframes --- pixelegg/css/pixelegg.css | 4 ++-- pixelegg/less/layout_content_elements.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 3700ab14f4..190e92a8a8 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -2253,7 +2253,7 @@ html * { html { margin: 0px !important; padding: 0px !important; - width: 99% !important; + width: 99.9% !important; height: 99% !important; } body { @@ -2262,7 +2262,7 @@ body { color: #000000; margin: 0px !important; padding: 0px !important; - width: 99% !important; + width: 99.9% !important; height: 99% !important; font-size: 11px; line-height: 1.28; diff --git a/pixelegg/less/layout_content_elements.less b/pixelegg/less/layout_content_elements.less index 0ef2dfcce2..684cde20a1 100755 --- a/pixelegg/less/layout_content_elements.less +++ b/pixelegg/less/layout_content_elements.less @@ -111,7 +111,7 @@ html { margin: 0px !important; padding: 0px !important; - width: 99% !important; + width: 99.9% !important; height: 99% !important; } @@ -124,7 +124,7 @@ body{ margin: 0px !important; padding: 0px !important; - width: 99% !important; + width: 99.9% !important; height: 99% !important; font-size: 11px; line-height: 1.28;