summaryrefslogtreecommitdiff
path: root/doc/api_assets
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-05-02 09:47:46 -0700
committerisaacs <i@izs.me>2013-05-02 09:48:33 -0700
commit0e21d7b985954f80bdb6842da005fb438e8b9b34 (patch)
tree967f0cea21a74a91f90fe0e5f59fefdc1d639f0f /doc/api_assets
parenta32a243d5f954ddbb4e7d1eac0b1e88a403a445d (diff)
downloadandroid-node-v8-0e21d7b985954f80bdb6842da005fb438e8b9b34.tar.gz
android-node-v8-0e21d7b985954f80bdb6842da005fb438e8b9b34.tar.bz2
android-node-v8-0e21d7b985954f80bdb6842da005fb438e8b9b34.zip
doc: link joyent logo in website footer
Diffstat (limited to 'doc/api_assets')
-rw-r--r--doc/api_assets/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index de3f07c58c..3171b9c8eb 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -466,6 +466,16 @@ a.anchor {
padding: 0;
}
+#footer .joyent-logo {
+ display:block;
+ position:absolute;
+ overflow:hidden;
+ text-indent:-999em;
+ height:100px;
+ width:190px;
+ z-index:999;
+}
+
#footer p {
font-size: 11px;
line-height: 1em;