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:
parent
ea9b1bd08b
commit
bb2f616e98
|
|
@ -451,3 +451,6 @@ div.output .buttons {
|
||||||
left: -5px;
|
left: -5px;
|
||||||
top: -5px;
|
top: -5px;
|
||||||
}
|
}
|
||||||
|
iframe {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue