Commit 1c3d4619 authored by Mark Otto's avatar Mark Otto

fixed pos utility class

parent 108c395a
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
background-color: @gray-dark; background-color: @gray-dark;
} }
// Spacing // Spacing
.p-a { .p-a {
padding: @spacer; padding: @spacer;
...@@ -40,6 +39,15 @@ ...@@ -40,6 +39,15 @@
padding-bottom: @spacer; padding-bottom: @spacer;
} }
// Positioning
.pos-f-t {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: @zindex-navbar-fixed;
}
// Toggling content // Toggling content
// ------------------------- // -------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment