Move app icon centering to style.css

This commit is contained in:
Stefan Parviainen
2014-12-22 23:06:04 +01:00
parent 83eb7a10e2
commit fa65d31f3f
2 changed files with 9 additions and 1 deletions

View File

@@ -586,6 +586,14 @@ footer {
overflow: none;
}
.app-container img {
margin-left: auto;
margin-right: auto;
width: 80px;
height: 80px;
display: block;
}
.pager {
padding: 10px;