From: Mark Otto Date: Mon, 14 Jul 2014 16:03:21 +0000 (-0700) Subject: fixed pos utility class X-Git-Tag: v4.0.0-alpha~634 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1c3d461996be512b9f5ff473f5f19bd467da1c74;p=thirdparty%2Fbootstrap.git fixed pos utility class --- diff --git a/less/utilities.less b/less/utilities.less index 7202805ae3..d24e7e2819 100644 --- a/less/utilities.less +++ b/less/utilities.less @@ -26,7 +26,6 @@ background-color: @gray-dark; } - // Spacing .p-a { padding: @spacer; @@ -40,6 +39,15 @@ padding-bottom: @spacer; } +// Positioning +.pos-f-t { + position: fixed; + top: 0; + left: 0; + right: 0; + z-index: @zindex-navbar-fixed; +} + // Toggling content // -------------------------