diff --git a/meta/icon_bitcoin.png b/meta/icon_bitcoin.png index 85e491b2c13938cf1074e402a15e80339e4552ed..8cc2e1dc77403c70f6f6dc48cd031f8017292c3f 100644 Binary files a/meta/icon_bitcoin.png and b/meta/icon_bitcoin.png differ diff --git a/style/main.css b/style/main.css index 41af5e1f312507f91467a34f531ee170965ff3d3..568b1df28c5f412e1927d11e0b976353d603bec6 100644 --- a/style/main.css +++ b/style/main.css @@ -654,7 +654,7 @@ hr { line-height: 42px; cursor: pointer; } .btc-donate img { - vertical-align: -2px; + vertical-align: -4px; margin-right: 8px; } .btc-donate a { color: #f9f6f2; diff --git a/style/main.scss b/style/main.scss index 07090fde9a910e0a398126f6c8cb443001280ae2..0918d7a89b8717f21e75411b46f27722975cddd5 100644 --- a/style/main.scss +++ b/style/main.scss @@ -500,7 +500,7 @@ hr { cursor: pointer; img { - vertical-align: -2px; + vertical-align: -4px; margin-right: 8px; } @@ -518,7 +518,7 @@ hr { width: 340px; right: 50%; margin-right: -170px; - + padding-bottom: 7px; top: -30px; @@ -537,7 +537,7 @@ hr { left: 50%; margin-left: -7px; } - + code { background-color: $game-container-background; padding: 10px 15px; @@ -548,7 +548,7 @@ hr { font-size: 15px; font-family: Consolas, "Liberation Mono", Courier, monospace; text-align: center; - + } }