minner changes
This commit is contained in:
parent
a208894762
commit
89e9190292
@ -14,7 +14,7 @@
|
|||||||
"EXPLORE_IT": "Explore it",
|
"EXPLORE_IT": "Explore it",
|
||||||
"VIEWALL": "View All Charts",
|
"VIEWALL": "View All Charts",
|
||||||
"BLOCKCHAIN_HEIGHT": "Blockchain Height",
|
"BLOCKCHAIN_HEIGHT": "Blockchain Height",
|
||||||
"LATEST_BLOCK": "Latest Block",
|
"LATEST_BLOCK": "Latest Blocks",
|
||||||
"LATEST_BLOCK1": "Latest Block Difficulty",
|
"LATEST_BLOCK1": "Latest Block Difficulty",
|
||||||
"COIN_IN": "Coins in Existence",
|
"COIN_IN": "Coins in Existence",
|
||||||
"HEIGHT": "Height",
|
"HEIGHT": "Height",
|
||||||
|
@ -435,6 +435,9 @@ a:focus {
|
|||||||
.link_to_detail:hover{color: #0091ff;text-decoration: underline;}
|
.link_to_detail:hover{color: #0091ff;text-decoration: underline;}
|
||||||
.mobile_table{border-bottom: 1px solid #dee2e6;position: relative;}
|
.mobile_table{border-bottom: 1px solid #dee2e6;position: relative;}
|
||||||
.mobile_table .tble_col{padding: 0;}
|
.mobile_table .tble_col{padding: 0;}
|
||||||
|
.mobile_table:nth-child(even) {
|
||||||
|
background: #eee;
|
||||||
|
}
|
||||||
.expnd_blck{display: none;}
|
.expnd_blck{display: none;}
|
||||||
.block_div h5{color: #555;font-size: 16px;}
|
.block_div h5{color: #555;font-size: 16px;}
|
||||||
.blck_value{font-size: 15px;}
|
.blck_value{font-size: 15px;}
|
||||||
|
Loading…
Reference in New Issue
Block a user