Added basic bootstrap stylesheets

This commit is contained in:
Thomas Boerger 2016-12-01 17:36:46 +01:00
parent 1e8922c0ef
commit 23983da484
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 40px;
cursor: default;
}
body > .container {
padding: 70px 15px 0;
}
.navbar-brand > img {
height: 20px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 40px;
background-color: #f5f5f5;
}
footer p {
margin: 0;
padding: 10px;
}
footer > .container {
padding-right: 15px;
padding-left: 15px;
}
footer .copy {
text-align: left;
}
footer .love {
text-align: right;
}