aboutsummaryrefslogtreecommitdiff
path: root/examples/assets/css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-06 23:20:56 -0700
committerJacob Thornton <[email protected]>2011-09-06 23:20:56 -0700
commitfb8987148aeae4b9aa2b4c28fa3ad5346b8c56b1 (patch)
treeadd30766dfc07105e3154cc848c60b7f9171a248 /examples/assets/css
parentd0882c580de1fc2d5c52b684671b554bb8941ddf (diff)
downloadbootstrap-fb8987148aeae4b9aa2b4c28fa3ad5346b8c56b1.tar.xz
bootstrap-fb8987148aeae4b9aa2b4c28fa3ad5346b8c56b1.zip
move javascript from examples into docs
Diffstat (limited to 'examples/assets/css')
-rw-r--r--examples/assets/css/bootstrap-js.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/examples/assets/css/bootstrap-js.css b/examples/assets/css/bootstrap-js.css
deleted file mode 100644
index 1c741e3cb..000000000
--- a/examples/assets/css/bootstrap-js.css
+++ /dev/null
@@ -1,36 +0,0 @@
-body {
- padding-bottom: 60px;
-}
-/* Topbar special styles
--------------------------------------------------- */
-div.topbar-wrapper {
- position: relative;
- height: 40px;
- margin: 5px 0 15px;
-}
-div.topbar-wrapper div.topbar {
- position: absolute;
- margin: 0 -20px;
-}
-
-div.topbar-wrapper div.topbar .fill {
- padding-left: 20px;
- padding-right: 20px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-
-div.topbar-wrapper .container {
- width: auto;
-}
-
-/* Pretty Print
--------------------------------------------------- */
-PRE.prettyprint {
- overflow: hidden;
-}
-
-section {
- padding-top: 60px;
-} \ No newline at end of file