diff options
author | André Glüpker <git@wgmd.de> | 2017-10-03 17:57:48 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2017-10-03 18:04:52 +0200 |
commit | 717b341e46d03ccb07c547ffa70ff713e9a363f9 (patch) | |
tree | f2ca6d13d4b0c46f9a58fa010a60938aa139aa9a /static/style.css | |
parent | 507775792ac40d11557a8be3bfaa1c27902a180c (diff) | |
download | steam-717b341e46d03ccb07c547ffa70ff713e9a363f9.tar.gz steam-717b341e46d03ccb07c547ffa70ff713e9a363f9.tar.bz2 steam-717b341e46d03ccb07c547ffa70ff713e9a363f9.zip |
Increase width of playerboxes a bit
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index d206836..454aedd 100644 --- a/static/style.css +++ b/static/style.css @@ -78,7 +78,7 @@ li a:hover { /* Playerbox with Playerstats / Gamestats inside */ div.player { display: inline-block; - width: 330px; + width: 360px; min-height: 150px; text-align: center; margin: 2px 5px 2px 5px; @@ -89,7 +89,7 @@ div.player { div.interna { display: inline-block; vertical-align: top; - width: 120px; + width: 150px; height: 165px; margin: 0px; padding-bottom: 5px; |