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-2016 Eyeo GmbH | 3 * Copyright (C) 2006-2016 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 padding: 0px 60px 40px 60px; | 298 padding: 0px 60px 40px 60px; |
299 } | 299 } |
300 | 300 |
301 #content h1 | 301 #content h1 |
302 { | 302 { |
303 border-bottom: 1px solid #CDCDCD; | 303 border-bottom: 1px solid #CDCDCD; |
304 margin: 0px; | 304 margin: 0px; |
305 padding: 40px 0px 16px 0px; | 305 padding: 40px 0px 16px 0px; |
306 } | 306 } |
307 | 307 |
308 #link-version | 308 #version |
309 { | 309 { |
310 display: flex; | 310 display: flex; |
311 margin: 12px 20px; | 311 margin: 12px 20px; |
312 color: #3A7BA6; | |
313 text-decoration: none; | 312 text-decoration: none; |
314 } | 313 } |
315 | 314 |
| 315 #version:link |
| 316 { |
| 317 color: #3A7BA6; |
| 318 } |
| 319 |
316 #abp-version | 320 #abp-version |
317 { | 321 { |
318 -moz-margin-start: 5px; | 322 -moz-margin-start: 5px; |
319 -webkit-margin-start: 5px; | 323 -webkit-margin-start: 5px; |
320 } | 324 } |
321 | 325 |
322 #content-wrapper | 326 #content-wrapper |
323 { | 327 { |
324 position: relative; | 328 position: relative; |
325 } | 329 } |
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1312 #other-language .button-add::before | 1316 #other-language .button-add::before |
1313 { | 1317 { |
1314 display: none; | 1318 display: none; |
1315 } | 1319 } |
1316 | 1320 |
1317 #other-language .display | 1321 #other-language .display |
1318 { | 1322 { |
1319 -webkit-margin-start: 10px; | 1323 -webkit-margin-start: 10px; |
1320 -moz-margin-start: 10px; | 1324 -moz-margin-start: 10px; |
1321 } | 1325 } |
OLD | NEW |