From affc8a86e1df4a7028d15103d716b17bf011678c Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Mon, 26 Apr 2021 08:45:53 -0700 Subject: [PATCH 1/2] increase top nav size and visibility Fix #28 --- _includes/main.liquid | 4 ++-- _src/docs.css | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/_includes/main.liquid b/_includes/main.liquid index b31e47d8ad5..8fe19a2164d 100644 --- a/_includes/main.liquid +++ b/_includes/main.liquid @@ -97,8 +97,8 @@ src="/chainlink-docs.svg" loading="lazy" style="height:40px;width:176px;max-width:176px" alt="Chainlink Developers"> -
Contract Developers
-
Node Operators
+
Contract Developers
+
Node Operators
diff --git a/_src/docs.css b/_src/docs.css index c54ec2ce226..9d7b52621c4 100644 --- a/_src/docs.css +++ b/_src/docs.css @@ -97,7 +97,10 @@ rdme-callout > *:first-child { #nav-container nav a.active { border-bottom:1px solid #EEE; } -a:hover { +#nav-container .tab a { + padding:16px; +} +a:hover, #nav-container .tab a:hover { color: #375bd2; } From ed2c56efd0e6e117d199320fb95b98d2ff5de604 Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Mon, 26 Apr 2021 09:54:38 -0700 Subject: [PATCH 2/2] fix ens layout --- docs/Using Price Feeds/reference-contracts/ens.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Using Price Feeds/reference-contracts/ens.html b/docs/Using Price Feeds/reference-contracts/ens.html index f3db6229690..d598744ce8e 100644 --- a/docs/Using Price Feeds/reference-contracts/ens.html +++ b/docs/Using Price Feeds/reference-contracts/ens.html @@ -24,7 +24,7 @@ Chainlink is moving to the Ethereum Name Service (ENS) as the source of truth for Price Feed addresses. ENS is a distributed, open, and extensible naming system based on the Ethereum blockchain, which eliminates the need to copy or type long addresses. Instead, addresses can be obtained in deployed contracts or, alternatively, using off-chain scripts that read the state of the blockchain.
-
+

Lookup

Pair:
@@ -137,7 +137,7 @@

Lookup


-
+

Manual Lookup