Merge pull request #1708 from tagliala/icons-ul-padding-fix

Icons ul padding fix (Bootstrap 3.0)
This commit is contained in:
Geremia Taglialatela 2013-08-21 02:59:59 -07:00
commit 77cdc244f6
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ a {
.icons-ul {
margin-left: @icons-li-width;
padding-left: 0;
list-style-type: none;
> li { position: relative; }

View file

@ -43,6 +43,7 @@ a {
.icons-ul {
margin-left: $icons-li-width;
padding-left: 0;
list-style-type: none;
> li { position: relative; }