add class for img alignment used on fdroid icon for dishub

This commit is contained in:
meaz 2020-02-09 12:54:27 +01:00
parent b3ae054ef2
commit b750298261
1 changed files with 8 additions and 0 deletions

View File

@ -789,6 +789,7 @@ ul#nav li a:hover .ul#nav li ul {
min-height: auto;
}
/* Contact
--------------------------------------*/
.contact {
@ -1334,3 +1335,10 @@ footer a:hover, footer a:focus { color: #1F5C60; }
background: rgba(255, 255, 255, .9);
cursor: default;
}
/* Image alignment */
.imgcenter {
vertical-align:middle ;
}