Skip to content

Commit

Permalink
Footer updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKo7v committed Feb 23, 2017
1 parent c4b0a2d commit 1cb120d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion css/ethplorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ a.local-link, a.local-link:visited, a.local-link:hover {
padding-top:60px;
padding-bottom:75px;
background-color:#0d0d0d;
position: absolute;
width: 100%;
bottom: 0px;
}

.footer .small-link {
Expand Down Expand Up @@ -287,7 +290,7 @@ a.local-link, a.local-link:visited, a.local-link:hover {
#disqus_thread {
margin-top: 60px;
display: none;
padding-bottom: 70px;
padding-bottom: 170px;
}

td.list-field {
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

$codeVersion = "124";
$codeVersion = "125";

require dirname(__FILE__) . '/service/lib/ethplorer.php';
$esCfg = require_once dirname(__FILE__) . '/service/config.php';
Expand Down

0 comments on commit 1cb120d

Please sign in to comment.