Release 5.0.0-rc5

This commit is contained in:
robmadole
2017-11-28 12:57:22 -06:00
committed by Rob Madole
parent 763666f11d
commit 267ce7f795
4577 changed files with 95745 additions and 19257 deletions

View File

@@ -1,22 +0,0 @@
// List Icons
// -------------------------
.@{fa-css-prefix}-ul {
list-style-type: none;
margin-left: @fa-li-width;
padding-left: 0;
> li { position: relative; }
}
.@{fa-css-prefix}-li {
left: -@fa-li-width;
position: absolute;
text-align: center;
top: (2em / 14);
width: @fa-li-width;
&.@{fa-css-prefix}-lg {
left: (-@fa-li-width + (4em / 16));
}
}