Add blog/_posts/2015-11-12-tempore-limites-bosh-veneer.md

This commit is contained in:
Danny Berger
2015-11-11 11:23:27 -07:00
parent a5547fc82f
commit 1791cd0c96
3 changed files with 171 additions and 1 deletions

View File

@@ -293,6 +293,18 @@ a img {
color: inherit;
}
img.iright {
float: right;
margin-left: 20px;
width: 34%;
}
img.ileft {
float:left;
margin-right: 20px;
width: 34%;
}
.print-only {
display: none;
}