diff options
| author | Mark Otto <[email protected]> | 2014-02-04 00:55:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-04 00:55:54 -0800 |
| commit | 9a01aa2c4489d6cb8624212d1cae492b6fe01df2 (patch) | |
| tree | 35b66be38aab7540802f764b5fbf4d28b0dd9020 /docs/examples/theme | |
| parent | 9ba49426e972391bc4cbd42896baeb18b88ebd69 (diff) | |
| parent | 3ab2324df074cd21157d9e5e5ef57d0dd1fb9168 (diff) | |
| download | bootstrap-9a01aa2c4489d6cb8624212d1cae492b6fe01df2.tar.xz bootstrap-9a01aa2c4489d6cb8624212d1cae492b6fe01df2.zip | |
Merge pull request #12568 from XhmikosR/examples-csscomb
Add examples in csscomb
Diffstat (limited to 'docs/examples/theme')
| -rw-r--r-- | docs/examples/theme/theme.css | 4 |
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 +} |
