| 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-2013 Eyeo GmbH | 3  * Copyright (C) 2006-2013 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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 554   background-image: url(social/renren.png); | 554   background-image: url(social/renren.png); | 
| 555   background-repeat: no-repeat; | 555   background-repeat: no-repeat; | 
| 556 } | 556 } | 
| 557 | 557 | 
| 558 #share-weibo | 558 #share-weibo | 
| 559 { | 559 { | 
| 560   background-image: url(social/weibo.png); | 560   background-image: url(social/weibo.png); | 
| 561   background-repeat: no-repeat; | 561   background-repeat: no-repeat; | 
| 562 } | 562 } | 
| 563 | 563 | 
|  | 564 #legacySafariWarning, | 
| 564 #dataCorruptionWarning | 565 #dataCorruptionWarning | 
| 565 { | 566 { | 
| 566   font-size: 160%; | 567   font-size: 160%; | 
| 567   border: 3px dashed red; | 568   border: 3px dashed red; | 
| 568   text-align: center; | 569   text-align: center; | 
| 569 } | 570 } | 
| 570 | 571 | 
| 571 #social ul | 572 #social ul | 
| 572 { | 573 { | 
| 573   list-style: none; | 574   list-style: none; | 
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 752   background-image: url(donate.png); | 753   background-image: url(donate.png); | 
| 753   background-repeat: repeat-x; | 754   background-repeat: repeat-x; | 
| 754 } | 755 } | 
| 755 | 756 | 
| 756 footer | 757 footer | 
| 757 { | 758 { | 
| 758   margin: 0 auto 30px; | 759   margin: 0 auto 30px; | 
| 759   max-width: 960px; | 760   max-width: 960px; | 
| 760   text-align: center; | 761   text-align: center; | 
| 761 } | 762 } | 
| OLD | NEW | 
|---|