Some preliminary setup for the Game Settings page

This commit is contained in:
Chris Wilson
2020-08-14 23:45:23 -04:00
parent b47e8cbbf2
commit 4c3f5188e4
6 changed files with 384 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
#game-settings{
margin-left: auto;
margin-right: auto;
}
#game-settings table{
}
#game-settings table td.option-name{
}
#game-settings table td.option-name label{
font-weight: bold;
}
#game-settings table .option-value{
}
#game-settings table .option-value input{
}