This commit is contained in:
Abhorrent_Anger 2018-07-22 00:35:51 +03:00
parent 9c3385a02b
commit 4763e025a3
4 changed files with 4 additions and 4 deletions

View File

@ -5,6 +5,6 @@ Drop it wherever, point your browser to it as a New Tab.
## Configuration ## Configuration
Set the variables inside the *<script>* tag (See comments or examples for formatting) and optionally change out the colors inside the *<style>* tag. Set the variables inside the *<script>* tag (See comments or examples for formatting) and optionally change out the colors inside the *<style>* tag.
## Examples ## Examples
[Basic full example](examples/basic_example.png) ![Basic full example](examples/basic_example.png)
## Notes ## 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.

View File

@ -85,7 +85,7 @@
#cryptoTable td { #cryptoTable td {
padding: 0px 15px; padding: 0px 15px;
text-align: center; text-align: center;
font-family; "Lucida Console", Monaco, monospace; font-family: "Lucida Console", Monaco, monospace;
font-size: 0.6em; font-size: 0.6em;
} }
</style> </style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -64,7 +64,7 @@
#cryptoTable td { #cryptoTable td {
padding: 0px 15px; padding: 0px 15px;
text-align: center; text-align: center;
font-family; "Lucida Console", Monaco, monospace; font-family: "Lucida Console", Monaco, monospace;
font-size: 0.6em; font-size: 0.6em;
} }
</style> </style>