Clean up styles

This commit is contained in:
Victor 2015-12-07 14:36:19 +02:00
parent c75773611f
commit f16ecf2363
2 changed files with 0 additions and 29 deletions

View File

@ -51,8 +51,4 @@ body {
.sprite {
position: absolute;
bottom: 0px;
}
#finish {
display: none;
}

View File

@ -1,25 +0,0 @@
.column:first-child {
margin-left: 2%;
}
.column, .columns {
margin-left: 2%;
}
.item {
display: block;
background-color: white;
padding: 2px;
margin-bottom: 10px;
}
.item_name {
text-align: center;
font-size: 120%;
padding: 10px;
margin: 0;
}
.item_description {
padding: 5px 10px;
margin: 0;
}