mailtrain/client/static/css/footer.css

38 lines
544 B
CSS
Raw Normal View History

2016-04-04 12:36:30 +00:00
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
.footer .text-muted {
margin: 20px 0;
}
div.jumbotron{
margin-top: -21px;
}
2016-04-12 04:35:04 +00:00
.code-editor {
height: 400px;
}
2016-04-16 05:27:45 +00:00
.gpg-text {
font-family: monospace;
}