about summary refs log tree commit diff stats
path: root/.template.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-13 00:28:55 -0700
committerCase Duckworth2015-03-13 00:28:55 -0700
commit4aa88b6adcea4f81d6e57b268f8351637ae07d04 (patch)
tree1806b8a75c52ce4df372bfa4319cca6aec9e5460 /.template.html
parentFix bug in Last Passenger link (diff)
downloadautocento-4aa88b6adcea4f81d6e57b268f8351637ae07d04.tar.gz
autocento-4aa88b6adcea4f81d6e57b268f8351637ae07d04.zip
Change <header> CSS and fonts
- Change <header>
    - to have a bottom border
    - Dedication is now left-aligned
    - Margin stuff
- Change fonts
    - Title, subtitle = Playfair Display
    - Rest = Linux Libertine
Diffstat (limited to '.template.html')
-rw-r--r--.template.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/.template.html b/.template.html index 3db6708..19d5254 100644 --- a/.template.html +++ b/.template.html
@@ -41,6 +41,11 @@
41 $if(title)$<h1 class="title">$title$</h1>$endif$ 41 $if(title)$<h1 class="title">$title$</h1>$endif$
42 $if(subtitle)$<h1 class="subtitle">$subtitle$</h1>$endif$ 42 $if(subtitle)$<h1 class="subtitle">$subtitle$</h1>$endif$
43 43
44 $if(dedication)$
45 <!-- dedication -->
46 <div class="dedication">$dedication$</div>
47 $endif$
48
44 $if(epigraph.content)$ 49 $if(epigraph.content)$
45 <!-- epigraph --> 50 <!-- epigraph -->
46 <div class="epigraph"> 51 <div class="epigraph">
@@ -55,11 +60,6 @@
55 $endif$ 60 $endif$
56 </div> 61 </div>
57 $endif$ 62 $endif$
58
59 $if(dedication)$
60 <!-- dedication -->
61 <div class="dedication">$dedication$</div>
62 $endif$
63 </header> 63 </header>
64 64
65 $if(ekphrastic.image)$ 65 $if(ekphrastic.image)$