mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Fix misplaced percent sign in css, close iframe html tag (#4560)
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
border: 0;
|
||||
margin: 2px;
|
||||
padding: 0;
|
||||
width: %100;
|
||||
width: 100%;
|
||||
}
|
||||
#playground-iframe {
|
||||
border: 0;
|
||||
width: %100;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
@@ -35,5 +35,6 @@
|
||||
<body>
|
||||
<h1 id="title">Outer Frame</h1>
|
||||
<iframe id="playground-iframe" src="../playground.html">
|
||||
</iframe>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user