Skip to content

Commit

Permalink
Merge pull request #1708 from tagliala/icons-ul-padding-fix
Browse files Browse the repository at this point in the history
Icons ul padding fix (Bootstrap 3.0)
  • Loading branch information
tagliala committed Aug 21, 2013
2 parents a43d6eb + 1e20abb commit 77cdc24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/font-awesome/less/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ a {

.icons-ul {
margin-left: @icons-li-width;
padding-left: 0;
list-style-type: none;

> li { position: relative; }
Expand Down
1 change: 1 addition & 0 deletions src/assets/font-awesome/scss/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ a {

.icons-ul {
margin-left: $icons-li-width;
padding-left: 0;
list-style-type: none;

> li { position: relative; }
Expand Down

0 comments on commit 77cdc24

Please sign in to comment.