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

@@ -25,7 +25,7 @@
<body style="margin:0;" onload="dynvar();">
<div style="border-bottom:#CCCCCC solid 1px;color:#333;font-family:Lato,sans-serif;font-size:12px;height:36px;position:relative;">
<div style="float:left;padding:0 5px 0 4px;"><img alt="DPB" src="http://www.gravatar.com/avatar/5544fe6a05400da5a8957ff29dd6718c.png?s=128" style="border-radius:3px;width:32px;" /></div>
<div style="float:right;margin:3px 3px 0;text-align:right;">
<div style="float:right;margin:3px 3px 0;text-align:right;width:120px;">
<strong id="doctitle">{doctitle}</strong><br />
<span id="paginate" style="color:#666666;display:inline-block;font-size:11px;font-weight:300;padding-right:1px;">page {page} of {topage}</span>
</div>

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;
}