summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.css8
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; */