blob: 181f99842aa93428dc302c3c97e6980359bd5f0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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;
}
|