Highlight referenced sections in the readmes.

This commit is contained in:
Nathan Weizenbaum 2009-06-19 00:23:06 -07:00
parent 615dac749a
commit 32f0b57100
1 changed files with 19 additions and 0 deletions

View File

@ -13,3 +13,22 @@
float: none; float: none;
margin: 0 2em; margin: 0 2em;
} }
.section.readme :target,
.section.readme dt:target + dd {
background-color: #ccf;
border: 1px solid #88b;
}
.section.readme dd {
margin-left: 0;
padding-left: 3em;
}
.section.readme dt:target + dd {
border-top-style: none;
}
.section.readme dt:target {
border-bottom-style: none;
}