about summary refs log tree commit diff stats
path: root/css/paul.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-13 00:28:55 -0700
committerCase Duckworth2015-03-13 00:28:55 -0700
commit4aa88b6adcea4f81d6e57b268f8351637ae07d04 (patch)
tree1806b8a75c52ce4df372bfa4319cca6aec9e5460 /css/paul.css
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 'css/paul.css')
-rw-r--r--css/paul.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/paul.css b/css/paul.css index badac15..c4d9e15 100644 --- a/css/paul.css +++ b/css/paul.css
@@ -29,6 +29,6 @@ blockquote ul li::before {
29 29
30/* Emphasis = handwritten */ 30/* Emphasis = handwritten */
31em { 31em {
32 font-family: "Playfair Display", Georgia, sans-serif; 32 /* font-family: "Playfair Display", Georgia, sans-serif; */
33 font-style: italic; 33 font-style: italic;
34} 34}