mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
add cmdline classes and auto-links to new troubleshooting appendix
This commit is contained in:
@@ -353,6 +353,18 @@ h3:before {
|
||||
counter-increment: h3;
|
||||
content: 'C.' counter(h2) '.' counter(h3) '. '
|
||||
}
|
||||
#appd h1:before {
|
||||
counter-increment: h1;
|
||||
content: 'Appendix D. '
|
||||
}
|
||||
#appd h2:before {
|
||||
counter-increment: h2;
|
||||
content: 'D.' counter(h2) '. '
|
||||
}
|
||||
#appd h3:before {
|
||||
counter-increment: h3;
|
||||
content: 'D.' counter(h2) '.' counter(h3) '. '
|
||||
}
|
||||
aside {
|
||||
display: block;
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user