summaryrefslogtreecommitdiff
path: root/doc/api_assets
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-03 22:58:47 -0800
committerisaacs <i@izs.me>2012-03-03 22:58:47 -0800
commit5ca5ec33cca2ac7500c439aeb7e287bf6cc5f660 (patch)
tree2c3a3b77ed3c257d0f9f484972d28252feee21a7 /doc/api_assets
parentf1742c93d7fac20112b7fa60f9b93bfc680b913a (diff)
downloadandroid-node-v8-5ca5ec33cca2ac7500c439aeb7e287bf6cc5f660.tar.gz
android-node-v8-5ca5ec33cca2ac7500c439aeb7e287bf6cc5f660.tar.bz2
android-node-v8-5ca5ec33cca2ac7500c439aeb7e287bf6cc5f660.zip
doc: css consistency on anchor links
Diffstat (limited to 'doc/api_assets')
-rw-r--r--doc/api_assets/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index e2fe114e16..f91690266f 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -163,21 +163,22 @@ h3 + h3 {
margin: 0 0 0.5em;
}
- h2, h3 {
+ h2, h3, h4 {
position:relative;
padding-right:40px;
}
- h1 span, h2 span, h3 span {
+ h1 span, h2 span, h3 span, h4 span {
+ font-size:25px;
position:absolute;
display:block;
top:0;
right:0;
opacity: 0.3;
}
- h1 span:hover, h2 span:hover, h3 span:hover {
+ h1 span:hover, h2 span:hover, h3 span:hover, h4 span:hover {
opacity: 1;
}
- h1 span a, h2 span a, h3 span a {
+ h1 span a, h2 span a, h3 span a, h4 span a {
font-size: 0.8em;
color: #000;
text-decoration: none;
@@ -185,7 +186,7 @@ h3 + h3 {
font-weight:bold;
}
- h1 span a.top, h3 span a.top, h3 span a.top {
+ h1 span a.top, h3 span a.top, h3 span a.top, h4 span a.top {
/* XXX Get an image and clean up these two links
* so that they look nice next to one another.
* http://www.chrisglass.com/work/nodejs/website/v05/docs.html