mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v. 0.58.10b
This commit is contained in:
parent
6d83ee8baf
commit
dc6015c406
2 changed files with 198 additions and 142 deletions
|
|
@ -258,13 +258,17 @@ input[type="number"].editNumber {
|
|||
}
|
||||
|
||||
.line {
|
||||
stroke: #666666;
|
||||
stroke: #373737;
|
||||
stroke-width: 1px;
|
||||
stroke-dasharray: 6;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
.circle {
|
||||
stroke-width: 1px;
|
||||
fill: none;
|
||||
stroke-dasharray: 6;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
circle.drag {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue