add text-align: center to header icons

This commit is contained in:
Jeff Atwood 2013-04-05 14:27:58 -07:00
parent 66d4b5fa08
commit b89086a0ab
2 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,7 @@
}
.icons {
float: left;
text-align: center;
margin: 0 0 0 15px;
list-style: none;
> li {

View File

@ -58,7 +58,6 @@ a [class*=" icon-"] {
.nav [class*=" icon-"] {
display: inline;
/* keeps button heights with and without icons the same */
line-height: .6em;
}