2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

UPDATEd : Bootstrap to 3.3.6; font-awesome to 4.5.0; bootstrap-tables;

CLEANED  not used doc, examples e.t.c files and folders
This commit is contained in:
Alex
2015-12-10 17:08:44 +03:00
parent d4ffeda3ed
commit 0e3dfa06b8
210 changed files with 1036 additions and 15682 deletions

View File

@@ -7,6 +7,15 @@
border-radius: .1em;
}
.@{fa-css-prefix}-pull-left { float: left; }
.@{fa-css-prefix}-pull-right { float: right; }
.@{fa-css-prefix} {
&.@{fa-css-prefix}-pull-left { margin-right: .3em; }
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
}
/* Deprecated as of 4.4.0 */
.pull-right { float: right; }
.pull-left { float: left; }