mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
v1.4.21
This commit is contained in:
parent
e75a12f90d
commit
957bab32c1
6 changed files with 390 additions and 95 deletions
10
index.css
10
index.css
|
|
@ -969,12 +969,14 @@ tr.battleCasualties, tr.battleSurvivors {
|
|||
font-size: .9em;
|
||||
}
|
||||
|
||||
#battleBody div.battlePhases {
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
#battleBody div.battlePhases,
|
||||
#battleBottom div.battleTypes {
|
||||
position: fixed;
|
||||
background-color: #ffffff30;
|
||||
}
|
||||
|
||||
#battleBody div.battlePhases > button {
|
||||
#battleBody div.battlePhases > button,
|
||||
#battleBottom div.battleTypes > button {
|
||||
width: 3.2em;
|
||||
display: block;
|
||||
margin: .2em 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue