Merge branch 'tao-staging' into mix-staging
This commit is contained in:
@@ -546,7 +546,6 @@ svg .y.axis .tick:first-child text {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.blocks-holder div.small-title-miner {
|
||||
font-size: 10px;
|
||||
|
||||
@@ -3,18 +3,12 @@ doctype html
|
||||
html(ng-app="netStatsApp")
|
||||
head
|
||||
meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1.0")
|
||||
title MIX Network Stats
|
||||
title Görli Network Status
|
||||
style(type="text/css") [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
|
||||
link(rel='stylesheet', href='/css/netstats.min.css')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick.svg', sizes='any' type='image/svg+xml')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick-1024.png', sizes='1024x1024' type='image/png')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick-512.png', sizes='512x512' type='image/png')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick-256.png', sizes='256x256' type='image/png')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick-128.png', sizes='128x128' type='image/png')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick-64.png', sizes='64x64' type='image/png')
|
||||
meta(name='robots', content='index,follow')
|
||||
meta(name='googlebot', content='index,follow')
|
||||
link(rel='shortcut icon', type="image/x-icon", href="/favicon.ico")
|
||||
body
|
||||
block content
|
||||
|
||||
script(src="/js/netstats.min.js")
|
||||
|
||||
Reference in New Issue
Block a user