add text-align: center to header icons
This commit is contained in:
parent
66d4b5fa08
commit
b89086a0ab
|
@ -53,6 +53,7 @@
|
|||
}
|
||||
.icons {
|
||||
float: left;
|
||||
text-align: center;
|
||||
margin: 0 0 0 15px;
|
||||
list-style: none;
|
||||
> li {
|
||||
|
|
|
@ -58,7 +58,6 @@ a [class*=" icon-"] {
|
|||
.nav [class*=" icon-"] {
|
||||
display: inline;
|
||||
/* keeps button heights with and without icons the same */
|
||||
|
||||
line-height: .6em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue