From 166d42f829b01b028929b17efe7e13ebb469a4c8 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 17 Apr 2014 08:05:17 -0300 Subject: [PATCH] fix pairwise embeded --- style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index a1e916c..fe37e2b 100644 --- a/style.css +++ b/style.css @@ -3021,7 +3021,18 @@ body.action-embed-index { width: 100%; height: 100%; display: table; - position: absolute; +} + +#embed #content { + left: 0; + margin-left: 0; + margin-top: 0; + position: relative; + width: 100%; +} + +#embed #content .title { + padding-right: 0px; } .action-embed-index #boxes, -- libgit2 0.21.2