aboutsummaryrefslogtreecommitdiff
path: root/examples/assets/css/bootstrap-js.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-02 22:09:49 -0700
committerMark Otto <[email protected]>2011-09-02 22:09:49 -0700
commit6d118411e1d456553baf5d09aea15ff13f7b8ef4 (patch)
treeef84a750770f0b2efee65e204c3085e94cf8f120 /examples/assets/css/bootstrap-js.css
parent162534139170e3416cb33a5b5c5093d4a2a5e8f0 (diff)
parent3c9c85b1ed85ae633d4b94f421020b84d24d9a5c (diff)
downloadbootstrap-6d118411e1d456553baf5d09aea15ff13f7b8ef4.tar.xz
bootstrap-6d118411e1d456553baf5d09aea15ff13f7b8ef4.zip
resolve conflict
Diffstat (limited to 'examples/assets/css/bootstrap-js.css')
-rw-r--r--examples/assets/css/bootstrap-js.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/examples/assets/css/bootstrap-js.css b/examples/assets/css/bootstrap-js.css
new file mode 100644
index 000000000..1c741e3cb
--- /dev/null
+++ b/examples/assets/css/bootstrap-js.css
@@ -0,0 +1,36 @@
+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