Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/assets/less/bootstrap-2.3.2/utilities.less')
-rwxr-xr-xbuild/assets/less/bootstrap-2.3.2/utilities.less30
1 files changed, 0 insertions, 30 deletions
diff --git a/build/assets/less/bootstrap-2.3.2/utilities.less b/build/assets/less/bootstrap-2.3.2/utilities.less
deleted file mode 100755
index 314b4ffdb..000000000
--- a/build/assets/less/bootstrap-2.3.2/utilities.less
+++ /dev/null
@@ -1,30 +0,0 @@
-//
-// Utility classes
-// --------------------------------------------------
-
-
-// Quick floats
-.pull-right {
- float: right;
-}
-.pull-left {
- float: left;
-}
-
-// Toggling content
-.hide {
- display: none;
-}
-.show {
- display: block;
-}
-
-// Visibility
-.invisible {
- visibility: hidden;
-}
-
-// For Affix plugin
-.affix {
- position: fixed;
-}