diff --git a/bootstrap-3.0.0/examples/theme/theme.css b/bootstrap-3.0.0/examples/theme/theme.css new file mode 100644 index 0000000000000000000000000000000000000000..e7559231ebed1e054589bdd45646526566bf8b99 --- /dev/null +++ b/bootstrap-3.0.0/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