aboutsummaryrefslogtreecommitdiff
path: root/less/docs.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-04-28 17:24:59 -0700
committerMark Otto <[email protected]>2011-04-28 17:24:59 -0700
commitd61317d7b5bb7a8aa11f7ac3fc60efcd359f1606 (patch)
treed0c6c6f160f5244d55e1a3e026544a73b64324ce /less/docs.less
parente89ba29385d43ffed43b479be566e98ad2eaf1ff (diff)
downloadbootstrap-d61317d7b5bb7a8aa11f7ac3fc60efcd359f1606.tar.xz
bootstrap-d61317d7b5bb7a8aa11f7ac3fc60efcd359f1606.zip
Added main topbar and shit.
Diffstat (limited to 'less/docs.less')
-rw-r--r--less/docs.less18
1 files changed, 18 insertions, 0 deletions
diff --git a/less/docs.less b/less/docs.less
index b21c39aa8..b5838c934 100644
--- a/less/docs.less
+++ b/less/docs.less
@@ -179,3 +179,21 @@ div.mini-layout {
}
}
}
+
+
+
+/* Topbar special styles
+-------------------------------------------------- */
+
+div.topbar-wrapper {
+ position: relative;
+ height: 40px;
+ margin: 5px 0 15px;
+ div.topbar {
+ position: absolute;
+ margin: 0 -20px;
+ padding-left: 20px;
+ padding-right: 20px;
+ .border-radius(4px);
+ }
+}