mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
18 lines
255 B
CSS
18 lines
255 B
CSS
body {
|
|
padding-top: 70px;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.theme-dropdown .dropdown-menu {
|
|
position: static;
|
|
display: block;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.theme-showcase > p > .btn {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.theme-showcase .navbar .container {
|
|
width: auto;
|
|
}
|