From 89e9190292b98779e5ab3515caffaabfd993ddf6 Mon Sep 17 00:00:00 2001 From: sabash-c Date: Wed, 31 Jul 2019 17:47:53 +0530 Subject: [PATCH] minner changes --- server/i18n/en.json | 2 +- src/assets/css/style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/server/i18n/en.json b/server/i18n/en.json index d39b9df..76a9f85 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -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", diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 0fba5c2..3d439b1 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -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;}