This commit is contained in:
Gnieark 2015-12-21 06:53:14 +01:00
parent 582ff05d56
commit 68351dccfa
4 changed files with 7907 additions and 1 deletions

1
countBattles.txt Normal file
View File

@ -0,0 +1 @@
846

7886
html/log.txt Normal file

File diff suppressed because one or more lines are too long

17
htmllog.txt Normal file

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,9 @@ article p {width: 100%;}
article p label {float:left; text-align:right; width:60%} article p label {float:left; text-align:right; width:60%}
article p select {} article p select {}
td{min-width: 15px; height: 15px;} td{min-width: 15px; height: 15px;}
.battleshipGrid{float: left; border-collapse:collapse; margin: 20px 20px 20px 20px;} #fightResult{display:table;}
#logs{display:table-cell;padding-left:10px; height: 300px; overflow-y: scroll;}
.battleshipGrid{display:table-cell; padding-left:10px; border-collapse:collapse; margin: 20px 20px 20px 20px;}
.nofloat{float: none;} .nofloat{float: none;}
.battleshipGrid tr{} .battleshipGrid tr{}
.battleshipGrid tr td{border: 1px dashed green; text-align: center; font-weight: bold;} .battleshipGrid tr td{border: 1px dashed green; text-align: center; font-weight: bold;}