update build/publish scripts; gallery changes

This commit is contained in:
Danny Berger
2014-03-27 16:11:42 -06:00
parent 9877fc69a7
commit 8c20c0b4f8
13 changed files with 145 additions and 77 deletions

View File

@@ -14,6 +14,14 @@ body > header, article > section {
width: 640px;
}
body.layout-gallery-photo > header {
display: none;
}
body.layout-gallery-photo article > section {
padding-top: 14px;
}
body > footer {
color: #999999;
font-size: 11px;
@@ -162,6 +170,7 @@ section .timeline > * {
}
body.layout-post section .timeline > *,
body.layout-gallery-photo section .timeline > *,
section:hover .timeline > * {
opacity: 1;
}