Release 5.6.0 (#1284)

This commit is contained in:
Rob Madole
2018-12-07 15:47:08 -06:00
committed by GitHub
parent 511218894a
commit 356a31ddce
30212 changed files with 408841 additions and 288335 deletions

18
less/_list.less Normal file
View File

@@ -0,0 +1,18 @@
// List Icons
// -------------------------
.@{fa-css-prefix}-ul {
list-style-type: none;
margin-left: @fa-li-width * 5/4;
padding-left: 0;
> li { position: relative; }
}
.@{fa-css-prefix}-li {
left: -@fa-li-width;
position: absolute;
text-align: center;
width: @fa-li-width;
line-height: inherit;
}