mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
c56a749323
* 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
14 lines
No EOL
199 B
CSS
14 lines
No EOL
199 B
CSS
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;
|
|
} |