Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/main.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
src="/chainlink-docs.svg"
loading="lazy" style="height:40px;width:176px;max-width:176px" alt="Chainlink Developers"></a>
<span style="flex-grow:1;"></span>
<div><a href="/" {% if section == "smartContract" %} class="active" {% endif %}>Contract Developers</a></div>
<div><a href="/chainlink-nodes" {% unless section == "smartContract" %} class="active" {% endunless %}>Node Operators</a></div>
<div class="tab"><a href="/" {% if section == "smartContract" %} class="active" {% endif %}>Contract Developers</a></div>
<div class="tab"><a href="/chainlink-nodes" {% unless section == "smartContract" %} class="active" {% endunless %}>Node Operators</a></div>

<span style="flex-grow:1;"></span>

Expand Down
5 changes: 4 additions & 1 deletion _src/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
4 changes: 2 additions & 2 deletions docs/Using Price Feeds/reference-contracts/ens.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Chainlink is moving to the <a href="https://docs.ens.domains/" target="_blank">Ethereum Name Service (ENS)</a> 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.

<div>
<div class="row">
<div>
<h3>Lookup</h3>
<div class="col-xs-12 col-md-4">
<b>Pair:</b><br>
Expand Down Expand Up @@ -137,7 +137,7 @@ <h3>Lookup</h3>

<hr>

<div class="row">
<div>
<div class="col-xs-12 col-md-12"><h3>Manual Lookup<h3></div>
<div class="col-xs-12 col-md-4">
<input id="asset-1" type="text" value="ETH" size="5"></input>
Expand Down