diff options
| author | Mark Otto <[email protected]> | 2013-08-17 18:59:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 18:59:50 -0700 |
| commit | c56a749323836b7e0b7401d41de1d0c68a7cb7a8 (patch) | |
| tree | 6cf54bdb0f90208077fe04b4d7260d68f9c288a0 /examples/theme/theme.css | |
| parent | ba20e512ce53e7cc771ba06d492a01d48db6cc97 (diff) | |
| download | bootstrap-c56a749323836b7e0b7401d41de1d0c68a7cb7a8.tar.xz bootstrap-c56a749323836b7e0b7401d41de1d0c68a7cb7a8.zip | |
Finish first pass at and docment Bootstrap v2-ish theme
* Adds new "theme" example
* Adds new theme.less file to provide all the overrides and additional
styles for the theme
* theme.less compiles, via Grunt, to two new files to `dist/css`,
bootstrap-theme.css and bootstrap-theme.min.css
Diffstat (limited to 'examples/theme/theme.css')
| -rw-r--r-- | examples/theme/theme.css | 14 |
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 |
