docs.mibew.org/assets/theme.css

31 lines
392 B
CSS
Raw Normal View History

2015-04-20 15:18:42 +03:00
html {
min-height: 100%;
position: relative;
}
body {
margin-bottom: 60px;
}
2015-04-10 18:22:39 +03:00
header {
margin-bottom: 30px;
}
.nav-left-indent .nav {
margin-left: 15px;
}
2015-04-15 18:31:18 +03:00
pre {
background-color: #f8f8f8;
}
2015-04-20 15:18:42 +03:00
footer {
background-color: #f8f8f8;
border-top: 1px solid #e7e7e7;
bottom: 0;
height: 60px;
padding-top: 20px;
position: absolute;
width: 100%;
}