diff --git a/dip3.css b/dip3.css index c6088f8..f182006 100644 --- a/dip3.css +++ b/dip3.css @@ -16,12 +16,11 @@ h1{background:papayawhip;color:#000;width:100%;margin:0} pre{white-space:pre-wrap;font-size:medium;line-height:2.154} img{border:0} .framed{border:1px solid} -pre,blockquote{line-height:2.154;margin:2.154em 0;padding:0 0 0 2.154em;border-left:1px dotted} +pre{line-height:2.154;margin:2.154em 0;padding:0 0 0 2.154em;border-left:1px dotted} td pre{margin:0;padding:0;border:0} -blockquote{font-size:small;font-style:oblique;margin-left:2.154em} -blockquote p{margin:2.154em 0} .c{text-align:center;clear:both;font-size:small} p.fancy:first-letter{float:left;background:transparent;color:gainsboro;padding:0.11em 4px 0 0;font:normal 4em/0.68 serif} +blockquote.q{margin:auto;text-align:right;font-style:oblique} figure{display:block;text-align:center;margin:1.75em 0} figure img{display:block;margin:0 auto} section,article,footer{display:block} @@ -31,7 +30,8 @@ table{width:100%;border-collapse:collapse} th{text-align:left;padding:0 0.5em;vertical-align:baseline;border:1px dotted} th,td{width:45%;vertical-align:top} th:first-child{width:10%;text-align:center} -.callout,tr + tr th:first-child{font-family:'Arial Unicode MS','Gill Sans','Gill Sans MT','Ikarius ADF',Candara,Jara,sans-serif} +.q span,tr + tr th:first-child{font-family:'Arial Unicode MS',sans-serif;font-style:normal} +.q span{font-size:large} td{border:1px dotted;padding:0 0.5em} body{counter-reset:h1} h1:before{counter-increment:h1;content:counter(h1) ". "} diff --git a/porting-code-to-python-3-with-2to3.html b/porting-code-to-python-3-with-2to3.html index 4fcc1b6..2635c62 100644 --- a/porting-code-to-python-3-with-2to3.html +++ b/porting-code-to-python-3-with-2to3.html @@ -11,6 +11,7 @@ h3:before{counter-increment:h3;content:"A." counter(h2) "." counter(h3) ". "}