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

16
font-awesome/less/bordered-pulled.less vendored Executable file
View file

@ -0,0 +1,16 @@
// Bordered & Pulled
// -------------------------
.@{fa-css-prefix}-border {
padding: .2em .25em .15em;
border: solid .08em @fa-border-color;
border-radius: .1em;
}
.pull-right { float: right; }
.pull-left { float: left; }
.@{fa-css-prefix} {
&.pull-left { margin-right: .3em; }
&.pull-right { margin-left: .3em; }
}