new version available

This commit is contained in:
Javier 2016-04-11 12:56:18 -03:00 committed by Gustavo Maximiliano Cortez
commit 5666649a2d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 104 additions and 1 deletions

View file

@ -596,6 +596,26 @@ ul.manage li {
padding-top: 0 !important;
}
.release {
cursor: pointer;
cursor: hand;
background-color: #E9E9EC;
margin-top: -30px;
margin-bottom: 5px;
padding-top: 30px;
padding-bottom: 20px;
text-align: center;
text-color: #444;
}
.release span {
margin-left: 15px;
}
.release i {
margin-right: 15px;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
line-height: 2.7rem;
}