mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
v1.4.05
This commit is contained in:
parent
8152ccbe9c
commit
5304306044
8 changed files with 300 additions and 26 deletions
19
index.css
19
index.css
|
|
@ -942,6 +942,25 @@ body button.noicon {
|
|||
stroke: #2c0808;
|
||||
}
|
||||
|
||||
#battleBody > table {
|
||||
padding: .2em .6em .2em .6em;
|
||||
border: 1px solid #ccc;
|
||||
margin: 0 0 .4em 0;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
max-height: 34vh;
|
||||
}
|
||||
|
||||
#battleBody > table .regiment {
|
||||
width: 13em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
tr.battleCasualties, tr.battleSurvivors {
|
||||
font-style: italic;
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
.drag-trigger {
|
||||
border-left: 1em solid transparent;
|
||||
border-right: 1em solid #000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue