mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
show production in burgs editor
This commit is contained in:
parent
eda75ed98e
commit
c219ba8045
2 changed files with 22 additions and 5 deletions
11
index.css
11
index.css
|
|
@ -1639,6 +1639,15 @@ div.states > div.resourceBonus > span.icon-male {
|
|||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
#burgBody {
|
||||
display: flex;
|
||||
padding-bottom: 0.3em;
|
||||
}
|
||||
|
||||
#burgBody > div {
|
||||
width: 18em;
|
||||
}
|
||||
|
||||
#burgBody div.label {
|
||||
display: inline-block;
|
||||
width: 6em;
|
||||
|
|
@ -1653,7 +1662,7 @@ div.states > div.resourceBonus > span.icon-male {
|
|||
#burgBody > div > div,
|
||||
#riverBody > div,
|
||||
#lakeBody > div {
|
||||
padding: 0.1em;
|
||||
line-height: 1.8em;
|
||||
}
|
||||
|
||||
#riverBody div.label,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue