Merge pull request #9 from benjaoming/master

Add bootstrap js and #where anchor - fixes #8
This commit is contained in:
Jesper Hess 2016-06-28 08:06:32 +02:00 committed by GitHub
commit f359ee3c61
5 changed files with 13 additions and 5 deletions

View File

@ -4567,11 +4567,11 @@ a.bg-danger:focus, a.bg-danger:hover {
color: #cf6eae; }
body {
padding-top: 60px;
padding-top: 50px;
/* Because of static topbar */ }
section {
margin-top: 40px; }
padding-top: 50px; }
.card-deck .card {
max-width: 33%; }

File diff suppressed because one or more lines are too long

View File

@ -23,11 +23,11 @@ $brand-danger: #B4763C;
}
body {
padding-top: 60px; /* Because of static topbar */
padding-top: 50px; /* Because of static topbar */
}
section {
margin-top: 40px;
padding-top: 50px;
}
.card-deck

View File

@ -163,6 +163,7 @@
</footer>
<script src="js/bootstrap.min.js"></script>
</body>
</html>

7
js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long