aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-06 23:30:45 -0700
committerMark Otto <[email protected]>2011-09-06 23:30:45 -0700
commitdaf903f8478644a642971fd8d87e7db81d64bde0 (patch)
treedbae65acf25417b95d09de13c7b396c4447c6c8c /docs/assets/css
parentd640c3b14b78bd17407ba123cbc718a6e34bb5d5 (diff)
parentfb8987148aeae4b9aa2b4c28fa3ad5346b8c56b1 (diff)
downloadbootstrap-daf903f8478644a642971fd8d87e7db81d64bde0.tar.xz
bootstrap-daf903f8478644a642971fd8d87e7db81d64bde0.zip
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/docs.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 7918de1b9..2c1ebd731 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -213,6 +213,31 @@ div.topbar-wrapper div.topbar .topbar-inner {
border-radius: 4px;
}
+/* Topbar special styles for js
+-------------------------------------------------- */
+#bootstrap-js div.topbar-wrapper {
+ position: relative;
+ height: 40px;
+ margin: 5px 0 15px;
+}
+
+#bootstrap-js div.topbar-wrapper div.topbar {
+ position: absolute;
+ margin: 0 -20px;
+}
+
+#bootstrap-js div.topbar-wrapper div.topbar .fill {
+ padding-left: 20px;
+ padding-right: 20px;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+}
+
+#bootstrap-js div.topbar-wrapper .container {
+ width: auto;
+}
+
/* Popover docs
-------------------------------------------------- */
div.popover-well {