work on lists

This commit is contained in:
bkfox
2015-10-13 17:52:59 +02:00
parent c69ef73a94
commit 474a33cfa5
9 changed files with 105 additions and 27 deletions

View File

@ -81,8 +81,8 @@ a:hover {
}
.page {
width: 100%;
padding: 1.5em 0em;
width: calc(100% - 0.4em);
padding: 1.5em 0.2em;
background-color: rgba(255, 255, 255, 0.8);
}
@ -92,11 +92,20 @@ a:hover {
}
main .post_list {
background-color: #F2F2F2;
.post_list {
padding: 0.1em;
border: 1px #818181 dotted;
}
.post_list.embed + nav {
text-align: right;
}
.post_list:not(.embed) + nav {
text-align: center;
}
main .post_list .post_item {
min-height: 64px;
padding: 0.2em;