From 72a7550126d50abeb8bca58de86e33c7e89805b6 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 19 Jul 2011 16:35:16 +0100 Subject: [PATCH] Make embed code have the correct right margin so it doesnt overlap scrollbar --- static/css/pad_lite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index 6bdabb9cd..fdc77bee8 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -714,7 +714,7 @@ position:absolute; top:40px; font-size:14px; width:400px; -right: 5px; +right: 20px; z-index: 500; background-color: #000; color: white;