put css and js in compressed files, removed scrollbars from popup data table

This commit is contained in:
andmironov 2017-06-20 09:15:30 +03:00
parent fb179512bb
commit 9941932b14
3 changed files with 6 additions and 37 deletions

File diff suppressed because one or more lines are too long

View File

@ -20,40 +20,9 @@
<link rel="mask-icon" href="img/new-site/logo-mask.svg" color="4360DF">
<!-- favicon.ico in the root directory -->
<link rel="stylesheet" href="css/main.css?v=ca03fb8">
<link rel="stylesheet" href="css/main.css?v=542acb0">
<meta property="og:title" content="Status, a Mobile Ethereum OS" />
<style type="text/css">
.terms {
counter-reset: paragraph;
padding-left: 20px;
}
.terms p:before {
font-size: small;
margin-left: -15px;
color: #CCC;
content: counter(paragraph) ".\0000a0";
counter-increment: paragraph;
}
.terms h6 {
padding-top: 15px;
padding-bottom: 10px;
font-weight: 600;
}
.terms a {
color: #57a7ed;
}
.terms strong {
font-weight: 700;
}
.terms ul {
padding: 0 0 25px 0;
list-style-type: circle;
}
.terms ul li {
margin-left: 15px;
padding-bottom: 5px;
}
</style>
<script src="//js.maxmind.com/js/apis/geoip2/v2.1/geoip2.js" type="text/javascript"></script>
<script type="application/javascript">
geoip2.country(function (resp) { // on success
@ -387,7 +356,7 @@
<div class="address-wrap">
<div class="address__row">
<div class="address__column">
<div class="address__column address__column--long">
<div class="address__label">Contract address</div>
<div class="address__value">0x55d34b686aa8C04921397c5807DB9ECEdba00a4c</div>
</div>
@ -713,7 +682,7 @@
</div>
<script src="js/polyfill.min.js?v=0c1f4da"></script>
<script src="js/app.js?v=a419168"></script>
<script src="js/app.js?v=49d83d6"></script>
<script src="js/mc-validate.js?v=207d097"></script>
<!-- Google Analytics -->

File diff suppressed because one or more lines are too long