Browse Source

Platform: hide the <embed> in magnum-info even better.

The content was placed outside the frame, causing pain and eyesore.
pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
2f19497b39
  1. 1
      src/Platform/magnum-info-nacl.html

1
src/Platform/magnum-info-nacl.html

@ -5,6 +5,7 @@
<link rel="stylesheet" href="NaClApplication.css" />
<style type="text/css">
#module {
position: absolute;
visibility: hidden; /* The module doesn't display anything */
}

Loading…
Cancel
Save