mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.5.04 - Emblems layer and on map placement
This commit is contained in:
parent
968182512c
commit
549eefe7ba
12 changed files with 276 additions and 47 deletions
11
index.css
11
index.css
|
|
@ -101,7 +101,7 @@ button, select, a, .pointer {
|
|||
fill-rule: evenodd;
|
||||
}
|
||||
|
||||
#lakes, #coastline, #armies, #ice {
|
||||
#lakes, #coastline, #armies, #ice, #emblems {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -707,6 +707,15 @@ fieldset {
|
|||
width: 6%;
|
||||
}
|
||||
|
||||
.emblemShapePreview {
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
margin: -.4em .1em;
|
||||
fill: #fff;
|
||||
stroke: #000;
|
||||
stroke-width: 5px;
|
||||
}
|
||||
|
||||
#styleContent table {
|
||||
border-spacing: 0;
|
||||
margin-left: .2em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue