| Index: mobile/android/themes/core/aboutAdblockBrowserPage.css | 
| diff --git a/mobile/android/themes/core/aboutPage.css b/mobile/android/themes/core/aboutAdblockBrowserPage.css | 
| similarity index 82% | 
| copy from mobile/android/themes/core/aboutPage.css | 
| copy to mobile/android/themes/core/aboutAdblockBrowserPage.css | 
| index a7fcbb91eca82f384072e09cfa32f63c9620b1e4..234920921b6a36d6e46055ebc19c6873065c422a 100644 | 
| --- a/mobile/android/themes/core/aboutPage.css | 
| +++ b/mobile/android/themes/core/aboutAdblockBrowserPage.css | 
| @@ -11,14 +11,11 @@ body { | 
| } | 
|  | 
| #header { | 
| -  height: 80px; | 
| +  min-height: 120px; | 
| } | 
|  | 
| #wordmark { | 
| -  margin: 30px 0 0 15px; | 
| -  width: 123px; | 
| -  height: 36px; | 
| -  background: url("chrome://browser/skin/images/wordmark-hdpi.png") no-repeat; | 
| +  margin: 50px 0 0 15px; | 
| } | 
|  | 
| #version { | 
| @@ -27,17 +24,9 @@ body { | 
| } | 
|  | 
| #banner { | 
| -  min-height: 150px; | 
| -  background-color: #bdc7ce; | 
| -} | 
| - | 
| -#logo { | 
| -  position: absolute; | 
| -  top: 0; | 
| -  right: 0; | 
| -  width: 375px; | 
| -  height: 300px; | 
| -  background: url("chrome://browser/skin/images/logo-hdpi.png") no-repeat; | 
| +  min-height: 300px; | 
| +  background: url("chrome://browser/skin/images/abb-logo.png") no-repeat; | 
| +  background-position: right top; | 
| } | 
|  | 
| #updateBox { | 
|  |