/* Styles for the blog pages; the home page is untouched. */
.posts { list-style: none; margin-left: 0; }
.posts li { margin-bottom: 6px; }
.posts .date { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; color: #999; margin-right: 8px; }
.post .meta, .post .attribution { color: #999; }
.post img { max-width: 100%; }
.post table { width: 100%; margin-bottom: 20px; border-collapse: collapse; }
.post th, .post td { padding: 8px; text-align: left; vertical-align: top; border-top: 1px solid #ddd; }
.post thead th { border-top: 0; border-bottom: 2px solid #ddd; }
.post h2 { margin-top: 30px; }
.post pre.bad-code { border-color: #e9322d; background-color: #fdf7f7; }
.post li > p:last-child { margin-bottom: 0; }
