1
0
mirror of https://github.com/golang/go synced 2024-09-30 20:18:33 -06:00

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
This commit is contained in:
Francesc Campoy 2014-07-09 13:14:06 +10:00 committed by Andrew Gerrand
parent ea9b1bd08b
commit bb2f616e98

View File

@ -451,3 +451,6 @@ div.output .buttons {
left: -5px;
top: -5px;
}
iframe {
border: none;
}