MINOR: Style heading anchor links

git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@110437 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Saophalkun Ponlu 2010-09-05 00:28:01 +00:00
parent a1b89523ce
commit 372c86dabe
1 changed files with 25 additions and 0 deletions

View File

@ -35,6 +35,31 @@ pre {
font-size: 11px;
}
/* Headings */
h1 .heading-anchor-link,
h2 .heading-anchor-link,
h3 .heading-anchor-link,
h4 .heading-anchor-link,
h5 .heading-anchor-link,
h6 .heading-anchor-link {
display: none;
color: #ddd;
text-decoration: none;
}
h1.hover .heading-anchor-link,
h2.hover .heading-anchor-link,
h3.hover .heading-anchor-link,
h4.hover .heading-anchor-link,
h5.hover .heading-anchor-link,
h6.hover .heading-anchor-link {
display: inline;
}
.heading-anchor-link:hover {
color: #aaa;
}
/* Forms */
fieldset { border: none; }