| OLD | NEW | 
|    1 /* |    1 /* | 
|    2  * This file is part of Adblock Plus <https://adblockplus.org/>, |    2  * This file is part of Adblock Plus <https://adblockplus.org/>, | 
|    3  * Copyright (C) 2006-2015 Eyeo GmbH |    3  * Copyright (C) 2006-2015 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  241 #tab-share .icon |  241 #tab-share .icon | 
|  242 { |  242 { | 
|  243   background-position: -61px -18px; |  243   background-position: -61px -18px; | 
|  244 } |  244 } | 
|  245  |  245  | 
|  246 #tab-contribute .icon |  246 #tab-contribute .icon | 
|  247 { |  247 { | 
|  248   background-position: -31px -18px; |  248   background-position: -31px -18px; | 
|  249 } |  249 } | 
|  250  |  250  | 
 |  251 #tab-share:lang(zh), | 
 |  252 #tab-share[hidden] | 
 |  253 { | 
 |  254   display: none; | 
 |  255 } | 
 |  256  | 
 |  257 #tab-share:lang(zh) + li, | 
 |  258 #tab-share[hidden] + li | 
 |  259 { | 
 |  260   border-top: none; | 
 |  261 } | 
 |  262  | 
|  251 #tab-content |  263 #tab-content | 
|  252 { |  264 { | 
|  253   background-color: #FFFFFF; |  265   background-color: #FFFFFF; | 
|  254   border: 1px solid #CDCDCD; |  266   border: 1px solid #CDCDCD; | 
|  255   border-radius: 8px; |  267   border-radius: 8px; | 
|  256   padding: 0px 60px 40px 60px; |  268   padding: 0px 60px 40px 60px; | 
|  257   width: 960px; |  269   width: 960px; | 
|  258 } |  270 } | 
|  259  |  271  | 
|  260 #tab-content h1 |  272 #tab-content h1 | 
| (...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  963   -moz-padding-end: 10px; |  975   -moz-padding-end: 10px; | 
|  964   -webkit-padding-start: 0px; |  976   -webkit-padding-start: 0px; | 
|  965   -moz-padding-start: 0px; |  977   -moz-padding-start: 0px; | 
|  966 } |  978 } | 
|  967  |  979  | 
|  968 #other-language .display |  980 #other-language .display | 
|  969 { |  981 { | 
|  970   -webkit-margin-start: 10px; |  982   -webkit-margin-start: 10px; | 
|  971   -moz-margin-start: 10px; |  983   -moz-margin-start: 10px; | 
|  972 } |  984 } | 
| OLD | NEW |