Left: | ||
Right: |
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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
145 } | 145 } |
146 | 146 |
147 section > p | 147 section > p |
148 { | 148 { |
149 margin: 15px 0 0 0; | 149 margin: 15px 0 0 0; |
150 } | 150 } |
151 | 151 |
152 #logo | 152 #logo |
153 { | 153 { |
154 margin: 0 auto; | 154 margin: 0 auto; |
155 height: 128px; | 155 height: 128px; |
Sebastian Noack
2015/03/02 14:25:02
Any reason to still specify the size for the <img>
Wladimir Palant
2015/03/02 14:34:17
As the image is loaded with a delay, not specifyin
Sebastian Noack
2015/03/02 14:35:08
Alright.
| |
156 width: 128px; | 156 width: 128px; |
157 display: block; | 157 display: block; |
158 background-image: url(abp-icon-big.png); | |
159 background-repeat: no-repeat; | |
160 } | 158 } |
161 | 159 |
162 #can-do-more | 160 #can-do-more |
163 { | 161 { |
164 max-width: 960px; | 162 max-width: 960px; |
165 padding: 40px 0px 0px 0px; | 163 padding: 40px 0px 0px 0px; |
166 border-bottom: 4px solid #968D81; | 164 border-bottom: 4px solid #968D81; |
167 } | 165 } |
168 | 166 |
169 #can-do-more > h2 | 167 #can-do-more > h2 |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
581 background-image: url(donate.png); | 579 background-image: url(donate.png); |
582 background-repeat: repeat-x; | 580 background-repeat: repeat-x; |
583 } | 581 } |
584 | 582 |
585 footer | 583 footer |
586 { | 584 { |
587 margin: 0 auto 30px; | 585 margin: 0 auto 30px; |
588 max-width: 960px; | 586 max-width: 960px; |
589 text-align: center; | 587 text-align: center; |
590 } | 588 } |
OLD | NEW |