Added macrons

This commit is contained in:
Sergiusz Warga 2020-12-24 00:15:26 +01:00
parent fb1497f670
commit ee998bb7e8
3 changed files with 4 additions and 3 deletions

View File

@ -27,6 +27,7 @@ h1 {
h2 { h2 {
font-size: 3vw; font-size: 3vw;
display: inline;
} }
#pensum_content { #pensum_content {

View File

@ -91,7 +91,7 @@
</head> </head>
<body> <body>
<header> <header>
<h1><a href="/llpsi">Lingua Latina Per Se Illustrata</a></h1> <h1><a href="/llpsi">Lingua Latīna Per Sē Illūstrāta</a></h1>
<h2>{{pensum_title}}</h2> <h2>{{pensum_title}}</h2>
<label class="toggle"> <label class="toggle">
Quantitās: <input type="checkbox" id="vowel_length"> Quantitās: <input type="checkbox" id="vowel_length">

View File

@ -2,12 +2,12 @@
<html lang="la"> <html lang="la">
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<title>Lingua Latina Per Se Illustrata</title> <title>Lingua Latīna Per Sē Illūstrāta</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/LLPSI.css') }}"> <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/LLPSI.css') }}">
</head> </head>
<body> <body>
<h1>Lingua Latina Per Se Illustrata</h1> <h1>Lingua Latīna Per Sē Illūstrāta</h1>
<dl> <dl>
{% for capitulum in capitula %} {% for capitulum in capitula %}
<dt>{{capitulum.title}} <dt>{{capitulum.title}}