| OLD | NEW | 
|---|
| 1 // This file is part of website-defaults | 1 // This file is part of website-defaults | 
| 2 // Copyright (C) 2016-present eyeo GmbH | 2 // Copyright (C) 2016-present eyeo GmbH | 
| 3 // | 3 // | 
| 4 // website-defaults is free software: you can redistribute it and/or | 4 // website-defaults is free software: you can redistribute it and/or | 
| 5 // modify it under the terms of the GNU General Public License as published by | 5 // modify 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 // website-defaults is distributed in the hope that it will be useful, | 9 // website-defaults 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 63     font-size: 2em; | 63     font-size: 2em; | 
| 64   } | 64   } | 
| 65 | 65 | 
| 66   h2 | 66   h2 | 
| 67   { | 67   { | 
| 68     font-size: 1.5em; | 68     font-size: 1.5em; | 
| 69   } | 69   } | 
| 70 | 70 | 
| 71   h3 | 71   h3 | 
| 72   { | 72   { | 
| 73     font-size: 1.25em; | 73     font-size: 1.15em; | 
|  | 74     margin-top: 1.5em; | 
| 74   } | 75   } | 
| 75 | 76 | 
| 76   h4 | 77   h4 | 
| 77   { | 78   { | 
| 78     font-size: 1em; | 79     font-size: 1em; | 
| 79   } | 80   } | 
| 80 | 81 | 
| 81   h5 | 82   h5 | 
| 82   { | 83   { | 
| 83     font-size: 0.8em; | 84     font-size: 0.8em; | 
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 168   { | 169   { | 
| 169     margin: 0.25em 0em 1em 0em; | 170     margin: 0.25em 0em 1em 0em; | 
| 170   } | 171   } | 
| 171 | 172 | 
| 172   pre, | 173   pre, | 
| 173   code | 174   code | 
| 174   { | 175   { | 
| 175     font-family: monospace; | 176     font-family: monospace; | 
| 176   } | 177   } | 
| 177 } | 178 } | 
| OLD | NEW | 
|---|