Rename element class 'board' to 'gameboard'
This commit is contained in:
@@ -199,7 +199,7 @@ g.selected use {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
.board, .gameboard {
|
||||
.gameboard {
|
||||
transform: translate(19px, 31px) scale(4);
|
||||
}
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<image id="map3" class="map-scans" href="scans/map3.jpg" width="2284" height="1518"/>
|
||||
</g>
|
||||
|
||||
<g class="board">
|
||||
<g class="gameboard">
|
||||
<g id="firing-arcs">
|
||||
<g id="shapes"/>
|
||||
<g id="lines"/>
|
||||
@@ -1858,4 +1858,5 @@
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<script href="map.js"></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Reference in New Issue
Block a user