aboutsummaryrefslogtreecommitdiff
path: root/examples/theme/theme.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 19:17:25 -0700
committerMark Otto <[email protected]>2013-08-17 19:17:25 -0700
commitf6c151aa208e7e475701333b180f45e23e6ade1a (patch)
tree2cb364be4f74f72238290449670f8f4f837de264 /examples/theme/theme.css
parent06c3d87973207d4e9c4551572a8db0a08e422f37 (diff)
parent9a66906d3dec56d1e44083e8ee005affa71ffecf (diff)
downloadbootstrap-f6c151aa208e7e475701333b180f45e23e6ade1a.tar.xz
bootstrap-f6c151aa208e7e475701333b180f45e23e6ade1a.zip
Merge pull request #9756 from twbs/bs3_theme
BS3: Add optional theme (fixes #8706)
Diffstat (limited to 'examples/theme/theme.css')
-rw-r--r--examples/theme/theme.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/theme/theme.css b/examples/theme/theme.css
new file mode 100644
index 000000000..e7559231e
--- /dev/null
+++ b/examples/theme/theme.css
@@ -0,0 +1,14 @@
+body {
+ padding-top: 70px;
+ padding-bottom: 30px;
+}
+
+.theme-dropdown .dropdown-menu {
+ display: block;
+ position: static;
+ margin-bottom: 20px;
+}
+
+.theme-showcase > p > .btn {
+ margin: 5px 0;
+} \ No newline at end of file