new releases

This commit is contained in:
Gabriel Bazán 2016-10-26 12:56:33 -03:00
commit 7fc0bb6fb2
4 changed files with 36 additions and 2 deletions

View file

@ -103,4 +103,19 @@
}
}
}
.release {
cursor: pointer;
cursor: hand;
background-color: #E9E9EC;
padding-top: 30px;
padding-bottom: 20px;
text-align: center;
color: #444;
i {
margin-top: 1px;
font-size: 20px;
margin-left: 10px;
position: absolute;
}
}
}