aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-14 09:03:21 -0700
committerMark Otto <[email protected]>2014-07-14 09:03:21 -0700
commit1c3d461996be512b9f5ff473f5f19bd467da1c74 (patch)
tree61695fd15b4b372f82e766cdb39d7816e42893e3
parent108c395ad428730b65787063f91f275053b0129f (diff)
downloadbootstrap-1c3d461996be512b9f5ff473f5f19bd467da1c74.tar.xz
bootstrap-1c3d461996be512b9f5ff473f5f19bd467da1c74.zip
fixed pos utility class
-rw-r--r--less/utilities.less10
1 files changed, 9 insertions, 1 deletions
diff --git a/less/utilities.less b/less/utilities.less
index 7202805ae..d24e7e281 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
// -------------------------