Update
This commit is contained in:
parent
9c3385a02b
commit
4763e025a3
|
@ -5,6 +5,6 @@ Drop it wherever, point your browser to it as a New Tab.
|
|||
## Configuration
|
||||
Set the variables inside the *<script>* tag (See comments or examples for formatting) and optionally change out the colors inside the *<style>* tag.
|
||||
## Examples
|
||||
[Basic full example](examples/basic_example.png)
|
||||
![Basic full example](examples/basic_example.png)
|
||||
## Notes
|
||||
As of yet, CoinMarketCap API calls aren't limited, nor cached. jQuery library used for animations and basic processing should be cached by your browser.
|
||||
As of yet, [CoinMarketCap](https://coinmarketcap.com/) API calls aren't limited, nor cached. jQuery library used for animations and basic processing should be cached by your browser.
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
#cryptoTable td {
|
||||
padding: 0px 15px;
|
||||
text-align: center;
|
||||
font-family; "Lucida Console", Monaco, monospace;
|
||||
font-family: "Lucida Console", Monaco, monospace;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
</style>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
@ -64,7 +64,7 @@
|
|||
#cryptoTable td {
|
||||
padding: 0px 15px;
|
||||
text-align: center;
|
||||
font-family; "Lucida Console", Monaco, monospace;
|
||||
font-family: "Lucida Console", Monaco, monospace;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue