Moved new landing page from /new to /

Moved current landing page from / to /archive/3
This commit is contained in:
Ethan N. Paul
2017-02-10 16:28:24 -05:00
parent 55ef4612e9
commit 3b9489f95e
107 changed files with 12692 additions and 147 deletions

19
archive/3/font-awesome/scss/_list.scss 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);
}
}