mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Reduce code duplication in 'if' block.
This commit is contained in:
@@ -224,18 +224,6 @@ h1 {
|
||||
height: 95%;
|
||||
width: 70%;
|
||||
}
|
||||
#collaborators {
|
||||
float: right;
|
||||
width: 30px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#collaborators > img {
|
||||
margin-right: 5px;
|
||||
height: 30px;
|
||||
padding-bottom: 5px;
|
||||
width: 30px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
#importExport {
|
||||
font-family: monospace;
|
||||
}
|
||||
@@ -243,8 +231,6 @@ h1 {
|
||||
</head>
|
||||
<body onload="start()">
|
||||
|
||||
<div id="collaborators"></div>
|
||||
|
||||
<div id="blocklyDiv"></div>
|
||||
|
||||
<xml id="toolbox" style="display: none">
|
||||
|
||||
Reference in New Issue
Block a user