diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-07-25 10:31:22 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-07-25 10:45:18 -1000 |
commit | 37b9781e79d6cc9fc3242f5891af88b8540f722a (patch) | |
tree | c1f4e099235c181b83f167e9145a5e644c8fd5d9 /static/styles.css | |
parent | 1a33bad6b4f7fda5a5567e2c9b9d1fb20658cfc9 (diff) | |
download | patchfoo-37b9781e79d6cc9fc3242f5891af88b8540f722a.tar.gz patchfoo-37b9781e79d6cc9fc3242f5891af88b8540f722a.zip |
Improve chess rendering
- Try to align grid better. %24ydxCxrlEp+fQ+nOQars80VWKIXaT/LwKTCf0MvHKk=.sha256
- Render unprefixed message types
- Render game end
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 5980e2a..c26cf59 100644 --- a/static/styles.css +++ b/static/styles.css @@ -184,6 +184,12 @@ table.ssb-object td { border: 1px solid black; } +.chess-square { + width: 1em; + height: 1em; + text-align: center; +} + .chess-square-dark { background-color: #ccc; } |