commit 44f3d9e08ae6560e2ec04a1a33ca0732a05aa6fc Author: hiro hiro@torproject.org Date: Mon Nov 5 15:55:53 2018 +0100
Remove space on bottom of banner --- css/layout.css | 22 +++++++++++++++++++++- css/layout.min.css | 3 ++- 2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/css/layout.css b/css/layout.css index aac7740f..3d6453c2 100644 --- a/css/layout.css +++ b/css/layout.css @@ -1495,7 +1495,7 @@ mark { .eoy-background-2 { background-color: #000000; width: 100%; - height: 300px; + height: 240px; margin-bottom: 35px; }
@@ -1506,6 +1506,26 @@ mark { text-align: center; }
+.green { + color: green; +} + +.white { + color: white; +} + +.bggreen { + background-color: green; + color: white; +} + +.eoy-message-2 { + width: 90%; + margin:auto; + padding:auto; + text-align: center; +} + .align-center { text-align: center; width: 100%; diff --git a/css/layout.min.css b/css/layout.min.css index 79b84d16..17969bb5 100644 --- a/css/layout.min.css +++ b/css/layout.min.css @@ -100,7 +100,7 @@ mark { .eoy-background-2 { background-color: #000000; width: 100%; - height: 300px; + height: 240px; margin-bottom: 35px; text-align: center; } @@ -115,6 +115,7 @@ mark {
.bggreen { background-color: green; + color: white; }
.eoy-message-2 {
tor-commits@lists.torproject.org