Skip to content

Commit

Permalink
Nav Collapse: Align font awesome 4
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Dec 6, 2013
1 parent 8b273a9 commit e0ae609
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions source/tpl_t3_bs3_blank/less/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,16 @@
}

// Re-Align the caret on right
.dropdown > a .caret {
position: absolute;
top: 40%;
right: @padding-base-horizontal;
.dropdown > a {
.caret {
position: absolute;
top: 40%;
right: @padding-base-horizontal;
}

.fa {
margin-right: 5px;
}
}
}

Expand Down

0 comments on commit e0ae609

Please sign in to comment.