minner changes

This commit is contained in:
sabash-c 2019-07-31 17:47:53 +05:30
parent a208894762
commit 89e9190292
2 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"EXPLORE_IT": "Explore it",
"VIEWALL": "View All Charts",
"BLOCKCHAIN_HEIGHT": "Blockchain Height",
"LATEST_BLOCK": "Latest Block",
"LATEST_BLOCK": "Latest Blocks",
"LATEST_BLOCK1": "Latest Block Difficulty",
"COIN_IN": "Coins in Existence",
"HEIGHT": "Height",

View File

@ -435,6 +435,9 @@ a:focus {
.link_to_detail:hover{color: #0091ff;text-decoration: underline;}
.mobile_table{border-bottom: 1px solid #dee2e6;position: relative;}
.mobile_table .tble_col{padding: 0;}
.mobile_table:nth-child(even) {
background: #eee;
}
.expnd_blck{display: none;}
.block_div h5{color: #555;font-size: 16px;}
.blck_value{font-size: 15px;}