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-2013 Eyeo GmbH | 3 * Copyright (C) 2006-2013 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 margin: 7px 0px; | 156 margin: 7px 0px; |
157 white-space: normal; | 157 white-space: normal; |
158 } | 158 } |
159 | 159 |
160 .feature-image | 160 .feature-image |
161 { | 161 { |
162 width: 57px; | 162 width: 57px; |
163 height: 57px; | 163 height: 57px; |
164 } | 164 } |
165 | 165 |
166 #feature-typo .feature-image | |
167 { | |
168 background-image: url(features/typo.png); | |
169 } | |
170 | |
171 #feature-malware .feature-image | 166 #feature-malware .feature-image |
172 { | 167 { |
173 background-image: url(features/malware.png); | 168 background-image: url(features/malware.png); |
174 } | 169 } |
175 | 170 |
176 #feature-social .feature-image | 171 #feature-social .feature-image |
177 { | 172 { |
178 background-image: url(features/social.png); | 173 background-image: url(features/social.png); |
179 } | 174 } |
180 | 175 |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 } | 544 } |
550 } | 545 } |
551 | 546 |
552 @media (max-height: 700px) | 547 @media (max-height: 700px) |
553 { | 548 { |
554 body | 549 body |
555 { | 550 { |
556 font-size: 16px; | 551 font-size: 16px; |
557 } | 552 } |
558 } | 553 } |
OLD | NEW |