mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
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:
parent
a1b89523ce
commit
372c86dabe
@ -35,6 +35,31 @@ pre {
|
|||||||
font-size: 11px;
|
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 */
|
/* Forms */
|
||||||
fieldset { border: none; }
|
fieldset { border: none; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user