aboutsummaryrefslogtreecommitdiff
path: root/examples/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 /examples/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 '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