Unused files clean
This commit is contained in:
Damien GUILLEM 2015-04-28 09:09:25 +02:00
parent 405bafe9ca
commit 02c17c5051
49 changed files with 842 additions and 1191 deletions

19
font-awesome/less/list.less vendored Executable 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));
}
}