diff options
Diffstat (limited to 'templates/logbook2005style.html')
-rw-r--r-- | templates/logbook2005style.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/logbook2005style.html b/templates/logbook2005style.html index 846e88d..2e4fbad 100644 --- a/templates/logbook2005style.html +++ b/templates/logbook2005style.html @@ -4,14 +4,15 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{{logbook_entries.0.expedition}} Expo Logbook</title> <link rel="stylesheet" href="../../css/main2.css" /> +<style>figure {font-weight: bold; font-size: small; font-family: sans-serif;font-variant-caps: small-caps;}</style> </head> -<!-- Exported by troggle in this format after having been imported using a different format and a different parser. -This is because we are steadily converting old formats to a new common format so that we do not need to maintain half -a dozen parser functions. +<!-- Exported by troggle in this format after having been imported using a different format and a different +parser. This is because we are steadily converting old formats to a new common format so that we do not need to +maintain half a dozen parser functions. + Exported on {% now 'Y-m-d D' %} using control panel webpage and exportlogbook() in troggle/code/views/other.py --> <body> -<h1>Expo {{logbook_entries.0.expedition}}</h1> {%for logbook_entry in logbook_entries%} <hr /> |