aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme/theme.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-01-31 14:20:33 +0200
committerXhmikosR <[email protected]>2014-02-04 10:39:02 +0200
commit9f668a557336f271f3c1bf701cc6a472e59aeedf (patch)
treeafc7f17520100a1ea42a6c5c1aa17ba7ca77764e /docs/examples/theme/theme.css
parent9ba49426e972391bc4cbd42896baeb18b88ebd69 (diff)
downloadbootstrap-9f668a557336f271f3c1bf701cc6a472e59aeedf.tar.xz
bootstrap-9f668a557336f271f3c1bf701cc6a472e59aeedf.zip
Add examples/**/*.css in csscomb task.
Diffstat (limited to 'docs/examples/theme/theme.css')
-rw-r--r--docs/examples/theme/theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/theme/theme.css b/docs/examples/theme/theme.css
index e7559231e..181f99842 100644
--- a/docs/examples/theme/theme.css
+++ b/docs/examples/theme/theme.css
@@ -4,11 +4,11 @@ body {
}
.theme-dropdown .dropdown-menu {
- display: block;
position: static;
+ display: block;
margin-bottom: 20px;
}
.theme-showcase > p > .btn {
margin: 5px 0;
-} \ No newline at end of file
+}