| OLD | NEW | 
|---|
| 1 /* | 1 /* | 
| 2  * This file is part of Adblock Plus <http://adblockplus.org/>, | 2  * This file is part of Adblock Plus <http://adblockplus.org/>, | 
| 3  * Copyright (C) 2006-2014 Eyeo GmbH | 3  * Copyright (C) 2006-2014 Eyeo GmbH | 
| 4  * | 4  * | 
| 5  * Adblock Plus is free software: you can redistribute it and/or modify | 5  * Adblock Plus is free software: you can redistribute it and/or modify | 
| 6  * it under the terms of the GNU General Public License version 3 as | 6  * it under the terms of the GNU General Public License version 3 as | 
| 7  * published by the Free Software Foundation. | 7  * published by the Free Software Foundation. | 
| 8  * | 8  * | 
| 9  * Adblock Plus is distributed in the hope that it will be useful, | 9  * Adblock Plus is distributed in the hope that it will be useful, | 
| 10  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 380   background-image: url(social/renren.png); | 380   background-image: url(social/renren.png); | 
| 381   background-repeat: no-repeat; | 381   background-repeat: no-repeat; | 
| 382 } | 382 } | 
| 383 | 383 | 
| 384 #share-weibo | 384 #share-weibo | 
| 385 { | 385 { | 
| 386   background-image: url(social/weibo.png); | 386   background-image: url(social/weibo.png); | 
| 387   background-repeat: no-repeat; | 387   background-repeat: no-repeat; | 
| 388 } | 388 } | 
| 389 | 389 | 
| 390 #legacySafariWarning, | 390 .warning | 
| 391 #dataCorruptionWarning |  | 
| 392 { | 391 { | 
| 393   font-size: 160%; | 392   font-size: 160%; | 
| 394   border: 3px dashed red; | 393   border: 3px dashed red; | 
| 395   text-align: center; | 394   text-align: center; | 
|  | 395   line-height: 1.3em; | 
| 396 } | 396 } | 
| 397 | 397 | 
| 398 #social ul | 398 #social ul | 
| 399 { | 399 { | 
| 400   list-style: none; | 400   list-style: none; | 
| 401   display: inline-block; | 401   display: inline-block; | 
| 402   padding: 0; | 402   padding: 0; | 
| 403   margin: 0; | 403   margin: 0; | 
| 404 } | 404 } | 
| 405 | 405 | 
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 579   background-image: url(donate.png); | 579   background-image: url(donate.png); | 
| 580   background-repeat: repeat-x; | 580   background-repeat: repeat-x; | 
| 581 } | 581 } | 
| 582 | 582 | 
| 583 footer | 583 footer | 
| 584 { | 584 { | 
| 585   margin: 0 auto 30px; | 585   margin: 0 auto 30px; | 
| 586   max-width: 960px; | 586   max-width: 960px; | 
| 587   text-align: center; | 587   text-align: center; | 
| 588 } | 588 } | 
| OLD | NEW | 
|---|