diff --git a/src/arenas/tron/style.css b/src/arenas/tron/style.css index ca0f24c..eac3e3a 100644 --- a/src/arenas/tron/style.css +++ b/src/arenas/tron/style.css @@ -1,2 +1,4 @@ #configurePlayers{width: 100%;} -#configurePlayers fieldset{display: block; width: 100px; float:left;} \ No newline at end of file +#configurePlayers fieldset{display: block; width: 100px; float:left;} +#logs{display:block;padding-left:10px; height: 200px; overflow-y: scroll;} +#logs p em {color: grey; font-size: 70%; test-transform:italic;} \ No newline at end of file