added skip links

This commit is contained in:
Mark Pilgrim
2009-01-25 22:55:38 -05:00
parent ffe99d4da3
commit ee20c13b87
2 changed files with 25 additions and 10 deletions
+1
View File
@@ -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}