Release 5.0.0-beta1

This commit is contained in:
robmadole
2017-08-04 16:31:50 -05:00
committed by Rob Madole
parent b00a5b8bff
commit 2c521ab02f
310 changed files with 37283 additions and 19751 deletions

View File

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