Added list view

This commit is contained in:
Nicolas Lœuillet
2016-11-28 11:02:10 +01:00
parent 34ea7be622
commit 9f01d0fde0
12 changed files with 139 additions and 17 deletions

View File

@ -194,7 +194,6 @@ main,
.results {
height: 1em;
line-height: 30px;
}
.results .nb-results,
@ -203,6 +202,14 @@ main,
margin-bottom: 0;
}
.results .nb-results {
display: inline-flex;
}
.results a {
color: #444;
}
.pagination {
float: right;
}
@ -593,6 +600,7 @@ a.original {
background-position: 50%;
}
/* ==========================================================================
5 = Article
========================================================================== */