Left: | ||
Right: |
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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
245 margin: 8px 0 10px 20px; | 245 margin: 8px 0 10px 20px; |
246 } | 246 } |
247 | 247 |
248 #share | 248 #share |
249 { | 249 { |
250 background-image: url(background-share.png); | 250 background-image: url(background-share.png); |
251 padding: 50px 100px 40px 100px; | 251 padding: 50px 100px 40px 100px; |
252 max-width: 760px; | 252 max-width: 760px; |
253 text-align: center; | 253 text-align: center; |
254 font-family: CreteRound, Helvetica, Arial, sans-serif; | 254 font-family: CreteRound, Helvetica, Arial, sans-serif; |
255 direction: ltr; /* don't mess with left/right border */ | |
Wladimir Palant
2014/12/08 20:35:09
Apparently, Chrome and Safari have a -webkit-borde
Sebastian Noack
2014/12/08 20:54:58
Nice. Note that I used it the other way around (i.
Sebastian Noack
2014/12/08 21:22:59
s/order at the nd/border at the end/
Wladimir Palant
2014/12/09 08:24:40
Yes, this is indeed better.
| |
255 } | 256 } |
256 | 257 |
257 #share h2 | 258 #share h2 |
258 { | 259 { |
259 color: #fff; | 260 color: #fff; |
260 margin: 0 0 30px 0; | 261 margin: 0 0 30px 0; |
261 } | 262 } |
262 | 263 |
263 #share h2 > a | 264 #share h2 > a |
264 { | 265 { |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
579 background-image: url(donate.png); | 580 background-image: url(donate.png); |
580 background-repeat: repeat-x; | 581 background-repeat: repeat-x; |
581 } | 582 } |
582 | 583 |
583 footer | 584 footer |
584 { | 585 { |
585 margin: 0 auto 30px; | 586 margin: 0 auto 30px; |
586 max-width: 960px; | 587 max-width: 960px; |
587 text-align: center; | 588 text-align: center; |
588 } | 589 } |
OLD | NEW |