mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.4.17
This commit is contained in:
parent
cf1c4f57ab
commit
22b4c49e8a
2 changed files with 2 additions and 6 deletions
|
|
@ -2103,7 +2103,7 @@ svg.button {
|
|||
|
||||
.epgrid line {
|
||||
stroke: lightgrey;
|
||||
stroke-opacity: 0.7;
|
||||
stroke-opacity: .7;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
|
||||
|
|
@ -2111,10 +2111,6 @@ svg.button {
|
|||
stroke-width: 0;
|
||||
}
|
||||
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#debug {
|
||||
font-size: 1px;
|
||||
opacity: .8;
|
||||
|
|
|
|||
|
|
@ -2135,7 +2135,7 @@
|
|||
|
||||
<div id="elevationProfile" class="dialog" style="display: none" width="100%">
|
||||
<div id="elevationGraph" data-tip="Elevation profile"></div>
|
||||
<div class="centered">
|
||||
<div style="text-align: center">
|
||||
<div id="epControls">
|
||||
<span data-tip="Set height scale">Height scale: <input id="epScaleRange" type="range" min=1 max=100 value=50></span>
|
||||
<span data-tip="Set curve profile">Curve:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue