summaryrefslogtreecommitdiff
path: root/frontend/src/components/game-browser/GameList.css
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2018-06-09 16:23:49 +0200
committerJoffrey BION <joffrey.bion@gmail.com>2018-06-09 17:22:40 +0200
commitb064ffab80cfccd0cfaa326275a5a3194e112be6 (patch)
treee136aeab7da5f52acbf65e1b1f36e41c2b4ab7a0 /frontend/src/components/game-browser/GameList.css
parentRefresh dependencies (diff)
downloadseven-wonders-b064ffab80cfccd0cfaa326275a5a3194e112be6.tar.gz
seven-wonders-b064ffab80cfccd0cfaa326275a5a3194e112be6.tar.bz2
seven-wonders-b064ffab80cfccd0cfaa326275a5a3194e112be6.zip
Improve game list's style
Diffstat (limited to 'frontend/src/components/game-browser/GameList.css')
-rw-r--r--frontend/src/components/game-browser/GameList.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/src/components/game-browser/GameList.css b/frontend/src/components/game-browser/GameList.css
new file mode 100644
index 00000000..6b29741f
--- /dev/null
+++ b/frontend/src/components/game-browser/GameList.css
@@ -0,0 +1,3 @@
+table.pt-html-table td {
+ vertical-align: middle;
+}
bgstack15