fiddling with styles

This commit is contained in:
Mark Pilgrim
2009-02-05 14:53:26 -05:00
parent 99f021ef7e
commit 6eab225ec6
6 changed files with 24 additions and 33 deletions
+3 -1
View File
@@ -3,10 +3,12 @@
<head>
<meta charset="utf-8">
<title>Dive Into Python 3</title>
<link rel="alternate" type="application/atom+xml" href="http://hg.diveintopython3.org/atom-log">
<link rel="stylesheet" type="text/css" href="dip3.css">
<link rel="shortcut icon" href="data:">
<link rel="alternate" type="application/atom+xml" href="http://hg.diveintopython3.org/atom-log">
<style type="text/css">
body{counter-reset:h1 -1}
h1{background:papayawhip}
h2{margin-left:1.75em}
h3{margin-left:3.5em}
.appendix h1:before{content:""}