diff --git a/css/common.css b/css/common.css index 5c0da87..993d958 100644 --- a/css/common.css +++ b/css/common.css @@ -248,3 +248,28 @@ tr.cleared-line-animation { animation-timing-function: (0.4, 0, 0.6, 1); animation-duration: 2s; } + +#statsModal table { + border-collapse: collapse; +} + +#statsModal th { + padding-left: 0; + padding-right: 0.5rem; + padding-bottom: 0.2rem; + border-left: 0.5rem solid transparent; + border-right: 0; +} + +#statsModal td { + padding-left: 0.5rem; + padding-right: 0; + padding-bottom: 0.2rem; + border-left: 0; + border-right: 0.5rem solid transparent; +} + +#statsModal tr:last-child th, +#statsModal tr:last-child td { + border-bottom: none; +} diff --git a/index.html b/index.html index 66232f0..17e04d3 100644 --- a/index.html +++ b/index.html @@ -196,11 +196,11 @@