Index: mobile/android/themes/core/aboutPageAdblockBrowser.css
===================================================================
--- a/mobile/android/themes/core/aboutPageAdblockBrowser.css
+++ b/mobile/android/themes/core/aboutPageAdblockBrowser.css
@@ -6,32 +6,41 @@
   -moz-text-size-adjust: none;
   font-family: "Clear Sans",sans-serif;
   font-size: 23px;
   color: #222222;
   background-color: #ced7de;
 }
 
 #header {
-  min-height: 120px;
+  height: 80px;
 }
 
 #wordmark {
-  margin: 50px 0 0 15px;
+  margin: 30px 0 0 15px;
+  font-size: 22px;
 }
 
 #version {
   margin: 0 0 0 15px;
   font-size: 15px;
 }
 
 #banner {
-  min-height: 300px;
+  min-height: 150px;
+  background-color: #bdc7ce;
+}
+
+#logo {
+  position: absolute;
+  top: 0;
+  right: 0;
+  width: 384px;
+  height: 300px;
   background: url("chrome://browser/skin/images/abb-logo.png") no-repeat;
-  background-position: right top;
 }
 
 #updateBox {
   position: relative;
   top: 40px;
   margin: 0 auto;
   width: 60%; /* looks much larger!? */
   padding: 20px 1em;
@@ -73,17 +82,17 @@
 
 #aboutLinks > li {
   line-height: 2.6;
   border-top: 1px solid white;
   border-bottom: 1px solid #C1C7CC;
 }
 
 #aboutLinks > li > a {
-  padding-left: 25px;
+  padding-inline-start: 25px;
   display: block;
 }
 
 #aboutDetails {
   padding-left: 15px;
   font-size: 15px;
 }
 
