style: vertical-align cell text to the bottom (#7396)

This commit is contained in:
Frédéric Péters 2015-05-29 16:05:57 +02:00
parent 5b88e34063
commit e5f9129194
1 changed files with 5 additions and 7 deletions

View File

@ -276,7 +276,7 @@ ul.apps {
}
ul.apps li {
display: block;
display: table;
float: left;
margin-right: 1em;
margin-bottom: 1em;
@ -286,13 +286,11 @@ ul.apps li a {
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
}
ul.apps li a {
display: block;
display: table-cell;
vertical-align: bottom;
width: 120px;
height: 30px;
padding-top: 90px;
height: 110px;
padding-bottom: 10px;
font-weight: bold;
text-align: center;
border: 1px dotted #666;