From 474d5127838506d8b97331d305423f838b23ee80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Sat, 24 Mar 2018 15:22:34 +0100 Subject: Change css 0px to 0 --- static/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static') 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; */ -- cgit v1.2.3