add some margins at the bottom of zone tiles

This is useful when they take more than a single line.
This commit is contained in:
Frédéric Péters 2014-09-01 14:30:09 +02:00
parent 3fd69b7acd
commit e21bb7a95d
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ ul.apps li {
display: block;
float: left;
margin-right: 1em;
margin-bottom: 1em;
}
ul.apps li a {