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