From bb2f616e98b16e277f780ba4708fe207b3c0b170 Mon Sep 17 00:00:00 2001 From: Francesc Campoy Date: Wed, 9 Jul 2014 13:14:06 +1000 Subject: [PATCH] go.toosl/cmd/present: Remove border from iframes If the author wants a border they can add it on their own. LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/107590045 --- cmd/present/static/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/present/static/styles.css b/cmd/present/static/styles.css index ffd6f3a940..0ee98ce88d 100644 --- a/cmd/present/static/styles.css +++ b/cmd/present/static/styles.css @@ -451,3 +451,6 @@ div.output .buttons { left: -5px; top: -5px; } +iframe { + border: none; +} \ No newline at end of file