diff options
author | André Glüpker <git@wgmd.de> | 2018-03-24 15:22:34 +0100 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2018-03-24 15:22:34 +0100 |
commit | 474d5127838506d8b97331d305423f838b23ee80 (patch) | |
tree | de817c9ad168c56a1854a648196f87de30f48573 /static/style.css | |
parent | aefa78af1e636c9e3c5a953eb9a87a5e8a9da586 (diff) | |
download | steam-474d5127838506d8b97331d305423f838b23ee80.tar.gz steam-474d5127838506d8b97331d305423f838b23ee80.tar.bz2 steam-474d5127838506d8b97331d305423f838b23ee80.zip |
Change css 0px to 0
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css index 2601971..d27276f 100644 --- a/static/style.css +++ b/static/style.css @@ -36,14 +36,14 @@ ul#flash > li { ul#menu { list-style-type: none; margin-bottom: 20px; - padding: 0px; + padding: 0; overflow: hidden; /* background-color: #ff00ff; */ } li.menu { float: left; - padding: 0px 5px; + padding: 0 5px; } li a { @@ -82,7 +82,7 @@ div.player { min-height: 150px; text-align: center; margin: 2px 5px 2px 5px; - padding: 0px; + padding: 0; /* border: 1px solid black; */ } /* Intern box of playerbox */ @@ -91,7 +91,7 @@ div.interna { vertical-align: top; width: 150px; height: 165px; - margin: 0px; + margin: 0; padding-bottom: 5px; overflow: hidden; /* background-color: pink; */ |