codesmidgen/stickynotes/static/custom.css

45 lines
469 B
CSS

html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 50px;
}
body > .container {
padding: 70px 15px 0;
}
.container .text-muted {
margin: 20px 0;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 50px;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}
.sourcetable {
width: 100%;
}
.linenos {
text-align: right;
}
.note-links {
margin-bottom: 10px;
}