mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
added skip links
This commit is contained in:
@@ -33,3 +33,4 @@ h1{counter-reset:h2}
|
||||
h2:before{counter-increment:h2;content:counter(h1) "." counter(h2) ". "}
|
||||
h2{counter-reset:h3}
|
||||
h3:before{counter-increment:h3;content:counter(h1) "." counter(h2) "." counter(h3) ". "}
|
||||
a.skip{font-size:small;display:block;margin:auto;text-align:center;border:0}
|
||||
Reference in New Issue
Block a user