Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
233 | 233 |
234 #tab-content h1 | 234 #tab-content h1 |
235 { | 235 { |
236 border-bottom: 1px solid #CDCDCD; | 236 border-bottom: 1px solid #CDCDCD; |
237 margin: 0px; | 237 margin: 0px; |
238 padding: 40px 0px 16px 0px; | 238 padding: 40px 0px 16px 0px; |
239 } | 239 } |
240 | 240 |
241 #link-version | 241 #link-version |
242 { | 242 { |
243 display: block; | 243 display: flex; |
saroyanm
2015/06/29 15:59:17
I guess this should be "display: flex;", consider
Thomas Greiner
2015/06/29 16:34:12
Done.
| |
244 margin: 12px 20px; | 244 margin: 12px 20px; |
245 color: #3A7BA6; | 245 color: #3A7BA6; |
246 text-decoration: none; | 246 text-decoration: none; |
247 } | |
248 | |
249 #abp-version | |
250 { | |
251 -moz-margin-start: 5px; | |
252 -webkit-margin-start: 5px; | |
247 } | 253 } |
248 | 254 |
249 #content-wrapper | 255 #content-wrapper |
250 { | 256 { |
251 position: relative; | 257 position: relative; |
252 } | 258 } |
253 | 259 |
254 #content-wrapper > div | 260 #content-wrapper > div |
255 { | 261 { |
256 display: none; | 262 display: none; |
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
870 -moz-padding-end: 10px; | 876 -moz-padding-end: 10px; |
871 -webkit-padding-start: 0px; | 877 -webkit-padding-start: 0px; |
872 -moz-padding-start: 0px; | 878 -moz-padding-start: 0px; |
873 } | 879 } |
874 | 880 |
875 #other-language .display | 881 #other-language .display |
876 { | 882 { |
877 -webkit-margin-start: 10px; | 883 -webkit-margin-start: 10px; |
878 -moz-margin-start: 10px; | 884 -moz-margin-start: 10px; |
879 } | 885 } |
LEFT | RIGHT |