Rework search-results markup

This commit is contained in:
Lars Henrik Mai 2016-02-23 11:04:50 +01:00
parent e0573b703f
commit 25ceb50141
2 changed files with 25 additions and 19 deletions

View file

@ -1,4 +1,17 @@
.search-result {
border-bottom: 1px solid $table-border-color;
padding-bottom: 0.25em;
margin-bottom: 1.2em;
}
.search-result article {
line-height: normal;
}
.search-result h4 {
line-height: normal;
font-size: 1.2rem;
margin-bottom: 0.1rem;
}
.search-result .metainfo {
font-size: 0.8rem;
}