OLD | NEW |
1 // This file is part of acceptableads.org. | 1 // This file is part of acceptableads.org. |
2 // Copyright (C) 2016 Eyeo GmbH | 2 // Copyright (C) 2016 Eyeo GmbH |
3 // | 3 // |
4 // acceptableads.org is free software: you can redistribute it and/or modify | 4 // acceptableads.org is free software: you can redistribute it and/or modify |
5 // it under the terms of the GNU General Public License as published by | 5 // it under the terms of the GNU General Public License as published by |
6 // the Free Software Foundation, either version 3 of the License, or | 6 // the Free Software Foundation, either version 3 of the License, or |
7 // (at your option) any later version. | 7 // (at your option) any later version. |
8 // | 8 // |
9 // acceptableads.org is distributed in the hope that it will be useful, | 9 // acceptableads.org 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 20 matching lines...) Expand all Loading... |
31 @import "components/items"; | 31 @import "components/items"; |
32 @import "components/groups"; | 32 @import "components/groups"; |
33 @import "components/masthead"; | 33 @import "components/masthead"; |
34 @import "components/footnotes"; | 34 @import "components/footnotes"; |
35 | 35 |
36 // Layout styles /////////////////////////////////////////////////////////////// | 36 // Layout styles /////////////////////////////////////////////////////////////// |
37 | 37 |
38 @import "layout/navbar"; | 38 @import "layout/navbar"; |
39 @import "layout/sidebar"; | 39 @import "layout/sidebar"; |
40 @import "layout/breadcrumbs"; | 40 @import "layout/breadcrumbs"; |
| 41 @import "layout/body"; |
41 @import "layout/footer"; | 42 @import "layout/footer"; |
OLD | NEW |