This commit is contained in:
bkfox
2017-08-21 16:05:14 +02:00
parent 3a44c2d479
commit bb185a02d4
4 changed files with 16 additions and 3 deletions

View File

@ -67,6 +67,10 @@ ul {
padding: 0.4em;
}
.menu:empty {
display: none;
}
body > .top *,
body > .header * {
vertical-align: middle;
@ -123,6 +127,9 @@ body > .header {
}
.page_left { margin-right: 2em; }
.page_right { margin-right: 2em; }
.page_left, .page_right {
max-width: 16em;
}

View File

@ -82,7 +82,7 @@ a:hover > .small_icon {
main {
background-color: rgba(255,255,255,0.9);
margin: 0em 2em;
margin: 0em 0em;
box-shadow: 0em 0em 0.2em black;
width: 60%;
}
@ -110,6 +110,7 @@ main .post_content section {
/** detail view **/
main.detail {
padding: 0em;
margin: 0em;
}
main > .content {