add cmdline classes and auto-links to new troubleshooting appendix

This commit is contained in:
Mark Pilgrim
2010-07-26 15:01:44 -04:00
parent b26807f87a
commit 751642335b
10 changed files with 52 additions and 28 deletions
+12
View File
@@ -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;