]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed pos utility class
authorMark Otto <otto@github.com>
Mon, 14 Jul 2014 16:03:21 +0000 (09:03 -0700)
committerMark Otto <otto@github.com>
Mon, 14 Jul 2014 16:03:21 +0000 (09:03 -0700)
less/utilities.less

index 7202805ae37e8301eab5f086409d60939a09a2d2..d24e7e281993185e03256c5e915e72018538839b 100644 (file)
@@ -26,7 +26,6 @@
   background-color: @gray-dark;
 }
 
-
 // Spacing
 .p-a {
   padding: @spacer;
   padding-bottom: @spacer;
 }
 
+// Positioning
+.pos-f-t {
+  position: fixed;
+  top: 0;
+  left: 0;
+  right: 0;
+  z-index: @zindex-navbar-fixed;
+}
+
 
 // Toggling content
 // -------------------------