diff 3rdparty/bootstrap/less/utilities.less @ 4854:c109f7c1e477

Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
author Pradip Caulagi <caulagi@gmail.com>
date Thu, 30 Jan 2014 14:50:57 +0530
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/3rdparty/bootstrap/less/utilities.less	Thu Jan 30 14:50:57 2014 +0530
@@ -0,0 +1,30 @@
+//
+// 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;
+}

Roundup Issue Tracker: http://roundup-tracker.org/