aboutsummaryrefslogtreecommitdiff
path: root/examples/theme/theme.css
diff options
context:
space:
mode:
authorfat <[email protected]>2013-08-17 20:29:36 -0700
committerfat <[email protected]>2013-08-17 20:29:36 -0700
commit47fcb322eb3e31a625eacf77650194ba87aa6b9a (patch)
treea5240379f6ad1cee6038b30448867d8dc9d9ac43 /examples/theme/theme.css
parent734b6acf132d339995462b8949ab1d2fc9524cd1 (diff)
parentd9e38312d24dc947ef479539fe2252f29bd1090d (diff)
downloadbootstrap-47fcb322eb3e31a625eacf77650194ba87aa6b9a.tar.xz
bootstrap-47fcb322eb3e31a625eacf77650194ba87aa6b9a.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
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