Skip to content

Commit

Permalink
Merge pull request #19699 from linbingquan/dev-examples-cleanup
Browse files Browse the repository at this point in the history
Examples: Clean up.
  • Loading branch information
mrdoob authored Jun 21, 2020
2 parents da8dad4 + 1a02b73 commit 31d7e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/webgl_multiple_canvases_complex.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#canvas1, #canvas2, #canvas3 {
position: relative;
display: block;
border: 1px solid red;
outline: 1px solid red;
}

#canvas1 {
Expand Down
4 changes: 2 additions & 2 deletions examples/webgl_multiple_canvases_grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
#canvas1, #canvas2, #canvas3, #canvas4 {
position: relative;
float: left;
width: 300px;
height: 200px;
border: 1px solid red;
float: left;
outline: 1px solid red;
}
</style>
</head>
Expand Down

0 comments on commit 31d7e6a

Please sign in to comment.