Renamed the archive dir, added the error dir

This commit is contained in:
Ethan N. Paul
2017-12-01 08:17:39 -05:00
parent 51052717a4
commit 34c3c4d620
361 changed files with 580 additions and 4 deletions

19
_archive/4/font-awesome/less/list.less vendored Normal file
View File

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