| OLD | NEW |
| 1 {# | 1 {# |
| 2 # This file is part of acceptableads.org. | 2 # This file is part of acceptableads.org. |
| 3 # Copyright (C) 2016 Eyeo GmbH | 3 # Copyright (C) 2016 Eyeo GmbH |
| 4 # | 4 # |
| 5 # acceptableads.org is free software: you can redistribute it and/or modify | 5 # acceptableads.org is free software: you can redistribute it and/or modify |
| 6 # it under the terms of the GNU General Public License as published by | 6 # it under the terms of the GNU General Public License as published by |
| 7 # the Free Software Foundation, either version 3 of the License, or | 7 # the Free Software Foundation, either version 3 of the License, or |
| 8 # (at your option) any later version. | 8 # (at your option) any later version. |
| 9 # | 9 # |
| 10 # acceptableads.org is distributed in the hope that it will be useful, | 10 # acceptableads.org is distributed in the hope that it will be useful, |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 z-index: 3; | 44 z-index: 3; |
| 45 top: 0px; | 45 top: 0px; |
| 46 left: 0px; | 46 left: 0px; |
| 47 } | 47 } |
| 48 | 48 |
| 49 #sidebar | 49 #sidebar |
| 50 { | 50 { |
| 51 top: 40px !important; | 51 top: 40px !important; |
| 52 } | 52 } |
| 53 | 53 |
| 54 #secondary-navigation |
| 55 { |
| 56 bottom: 40px !important; |
| 57 } |
| 58 |
| 54 #navbar | 59 #navbar |
| 55 { | 60 { |
| 56 top: 40px !important; | 61 top: 40px !important; |
| 57 } | 62 } |
| 58 | 63 |
| 59 #breadcrumbs | 64 #breadcrumbs |
| 60 { | 65 { |
| 61 top: 104px; | 66 top: 104px; |
| 62 } | 67 } |
| 63 | 68 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 83 {% if not custom %} | 88 {% if not custom %} |
| 84 </div> | 89 </div> |
| 85 {% endif %} | 90 {% endif %} |
| 86 <? include footer ?> | 91 <? include footer ?> |
| 87 </div> | 92 </div> |
| 88 <? include breadcrumbs ?> | 93 <? include breadcrumbs ?> |
| 89 <? include sidebar ?> | 94 <? include sidebar ?> |
| 90 <script src="/js/main.js"></script> | 95 <script src="/js/main.js"></script> |
| 91 </body> | 96 </body> |
| 92 </html> | 97 </html> |
| OLD | NEW |