1

15 lines
200 B
CSS
Raw Normal View History

2014-01-24 11:24:23 +02:00
body {
padding-top: 70px;
padding-bottom: 30px;
}
.theme-dropdown .dropdown-menu {
position: static;
2014-04-17 21:36:17 +03:00
display: block;
2014-01-24 11:24:23 +02:00
margin-bottom: 20px;
}
.theme-showcase > p > .btn {
margin: 5px 0;
2014-04-17 21:36:17 +03:00
}