mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Highlight referenced sections in the readmes.
This commit is contained in:
parent
615dac749a
commit
32f0b57100
1 changed files with 19 additions and 0 deletions
|
@ -13,3 +13,22 @@
|
|||
float: none;
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue