| 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 { | 289 { |
| 290 margin: 10px 20px 0px 20px; | 290 margin: 10px 20px 0px 20px; |
| 291 } | 291 } |
| 292 | 292 |
| 293 #donate-block, #share-block | 293 #donate-block, #share-block |
| 294 { | 294 { |
| 295 min-width: 250px; | 295 min-width: 250px; |
| 296 display: inline-block; | 296 display: inline-block; |
| 297 vertical-align: top; | 297 vertical-align: top; |
| 298 padding: 5px 0 5px 0; | 298 padding: 5px 0 5px 0; |
| 299 border: 1px dashed #37506d; |
| 300 border-style: none dashed; |
| 299 } | 301 } |
| 300 | 302 |
| 301 #donate-block | 303 #donate-block |
| 302 { | 304 { |
| 303 border: 1px dashed #37506d; | |
| 304 border-style: none dashed; | |
| 305 width: 50%; | 305 width: 50%; |
| 306 } | 306 } |
| 307 | 307 |
| 308 #share-block | 308 #share-block |
| 309 { | 309 { |
| 310 border-right: 1px dashed #37506d; | |
| 311 width: 49%; | 310 width: 49%; |
| 311 |
| 312 -webkit-border-start-style: none; |
| 313 -moz-border-start-style: none; |
| 312 } | 314 } |
| 313 | 315 |
| 314 .share-buttons | 316 .share-buttons |
| 315 { | 317 { |
| 316 margin: 6px 0 0 0; | 318 margin: 6px 0 0 0; |
| 317 cursor: pointer; | 319 cursor: pointer; |
| 318 vertical-align: top; | 320 vertical-align: top; |
| 319 /* because inline block creates | 321 /* because inline block creates |
| 320 * space if not captured with | 322 * space if not captured with |
| 321 * font-size and line-height 0px | 323 * font-size and line-height 0px |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 background-image: url(donate.png); | 581 background-image: url(donate.png); |
| 580 background-repeat: repeat-x; | 582 background-repeat: repeat-x; |
| 581 } | 583 } |
| 582 | 584 |
| 583 footer | 585 footer |
| 584 { | 586 { |
| 585 margin: 0 auto 30px; | 587 margin: 0 auto 30px; |
| 586 max-width: 960px; | 588 max-width: 960px; |
| 587 text-align: center; | 589 text-align: center; |
| 588 } | 590 } |
| OLD | NEW |