Forgoten migration from skia and fixed migration

This commit is contained in:
2017-09-26 16:07:49 +02:00
parent db509bf060
commit 4026d076b3
6 changed files with 49 additions and 26 deletions

View File

@ -1224,3 +1224,16 @@ label {
.ui-corner-left {
border-radius: 0px;
}
#club_detail {
.club_logo {
float: right;
img {
display: block;
max-height: 10em;
max-width: 10em;
}
}
}