2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

move javascript from examples into docs

This commit is contained in:
Jacob Thornton
2011-09-06 23:20:56 -07:00
parent d0882c580d
commit fb8987148a
11 changed files with 33 additions and 113 deletions
+25
View File
@@ -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 {