| LEFT | RIGHT |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 - This file is part of Adblock Plus <https://adblockplus.org/>, | 4 - This file is part of Adblock Plus <https://adblockplus.org/>, |
| 5 - Copyright (C) 2006-present eyeo GmbH | 5 - Copyright (C) 2006-present eyeo GmbH |
| 6 - | 6 - |
| 7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
| 8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
| 9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
| 10 - | 10 - |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 { | 25 { |
| 26 margin: 0; | 26 margin: 0; |
| 27 border: none; | 27 border: none; |
| 28 padding: 0; | 28 padding: 0; |
| 29 } | 29 } |
| 30 | 30 |
| 31 #content | 31 #content |
| 32 { | 32 { |
| 33 border: none; | 33 border: none; |
| 34 position: fixed; | 34 position: fixed; |
| 35 top: 0; | |
| 36 right: 0; | |
| 37 bottom: 0; | |
| 38 left: 0; | |
| 39 width: 100%; | 35 width: 100%; |
| 40 height: 100%; | 36 height: 100%; |
| 41 } | 37 } |
| 42 </style> | 38 </style> |
| 43 <script src="options.js" defer></script> | 39 <script src="options.js" defer></script> |
| 44 </head> | 40 </head> |
| 45 <body> | 41 <body> |
| 46 <iframe id="content" data-src="desktop-options.html" data-src-fennec="mobile
-options.html"></iframe> | 42 <iframe id="content" data-src="desktop-options.html" data-src-fennec="mobile
-options.html"></iframe> |
| 47 </body> | 43 </body> |
| 48 </html> | 44 </html> |
| LEFT | RIGHT |