mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
fiddling with styles
This commit is contained in:
+3
-1
@@ -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:""}
|
||||
|
||||
Reference in New Issue
Block a user