007eee127e
and that there is a nice way back to main website also the navigation is now the same hight as on nixos.org fixes #59
79 lines
1.2 KiB
SCSS
79 lines
1.2 KiB
SCSS
body {
|
|
position: relative;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
#content {
|
|
padding-bottom: 4rem;
|
|
}
|
|
|
|
footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 4rem;
|
|
}
|
|
|
|
header .navbar.navbar-static-top {
|
|
.brand {
|
|
padding-bottom: 0;
|
|
}
|
|
img.logo {
|
|
margin-top: -5px;
|
|
padding-right: 5px;
|
|
line-height: 25px;
|
|
height: 25px;
|
|
}
|
|
ul.nav > li {
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
|
|
.search-page {
|
|
.search-input {
|
|
text-align: center;
|
|
.input-append input {
|
|
font-size: 24px;
|
|
height: 40px;
|
|
width: 10em;
|
|
}
|
|
.input-append button {
|
|
font-size: 24px;
|
|
height: 50px;
|
|
}
|
|
select {
|
|
width: 100px;
|
|
}
|
|
}
|
|
.search-result {
|
|
tbody > tr {
|
|
cursor: pointer;
|
|
}
|
|
tbody > td > dl > dd > ul.inline {
|
|
margin: 0;
|
|
li {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
li::after {
|
|
content: ", ";
|
|
padding-right: 0.5em;
|
|
}
|
|
li:last-child::after {
|
|
content: "";
|
|
}
|
|
}
|
|
tbody > td > dl > dd > pre {
|
|
background: transparent;
|
|
border: 0;
|
|
padding: 0;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
}
|
|
tbody > td > dl > dt,
|
|
tbody > td > dl > dd {
|
|
margin-bottom: 1em;
|
|
}
|
|
}
|
|
}
|