mirror of
https://github.com/Mibew/docs.mibew.org.git
synced 2024-11-15 00:24:13 +03:00
31 lines
392 B
CSS
31 lines
392 B
CSS
html {
|
|
min-height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
body {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
header {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.nav-left-indent .nav {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
pre {
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
footer {
|
|
background-color: #f8f8f8;
|
|
border-top: 1px solid #e7e7e7;
|
|
bottom: 0;
|
|
height: 60px;
|
|
padding-top: 20px;
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|