comparison _layouts/default.html @ 84:5914d06f72b4

css: tweak styles to make things work on older browsers the other thing was hacky; this is weirder, but makes a tiny bit more sense
author Paper <paper@paper.us.eu.org>
date Wed, 05 Jun 2024 21:02:44 -0400
parents 5fdf5f346b92
children 92f1ea793bf2
comparison
equal deleted inserted replaced
83:06fd6ffefb58 84:5914d06f72b4
36 </style> 36 </style>
37 </head> 37 </head>
38 <body> 38 <body>
39 {% include navigation.html %} 39 {% include navigation.html %}
40 40
41 <br> 41 <div class="catchall">
42 42
43 {{ content }} 43 {{ content }}
44
45 </div>
44 </body> 46 </body>
45 </html> 47 </html>