From 011bfb49154becf98efc125f2572e05e0ca5947e Mon Sep 17 00:00:00 2001 From: Danny Berger Date: Sun, 10 Mar 2013 23:13:48 -0600 Subject: [PATCH] visual adjustments --- .gitignore | 2 ++ _includes/footer.html | 2 +- _includes/header.html | 13 ++++++++----- about.html | 3 ++- include/site/default.css | 13 +++++++++++++ include/site/print.css | 8 ++++++-- 6 files changed, 32 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index ca35be0..9357d2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +_layouts/private-* _site +private diff --git a/_includes/footer.html b/_includes/footer.html index d6c7777..7af0b0d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,6 @@ diff --git a/_includes/header.html b/_includes/header.html index 779326a..3a2848e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -37,21 +37,26 @@ })(); - +
DPB
-
diff --git a/about.html b/about.html index eb85edd..5899eb0 100755 --- a/about.html +++ b/about.html @@ -1,10 +1,11 @@ --- title: About layout: content +print_blurb: "résumé" ---
-

About

+

About

I am a software engineer who enjoys pushing the limits of web technology and applying them to diff --git a/include/site/default.css b/include/site/default.css index 061d547..dc92f37 100644 --- a/include/site/default.css +++ b/include/site/default.css @@ -35,6 +35,10 @@ body > footer { color: #666666; } +body.no-footer > footer { + display: none; +} + body > header { padding-right: 20px; width: 654px; @@ -254,3 +258,12 @@ section.post-content img { .print-only { display: none; } + +a.subtle { + color: inherit; + text-decoration: inherit; +} + +body.no-footer article > section { + border-bottom: 0; +} diff --git a/include/site/print.css b/include/site/print.css index c922679..bcdaf9b 100644 --- a/include/site/print.css +++ b/include/site/print.css @@ -1,5 +1,9 @@ .print-only { - display: block !important; + display: block; +} + +span.print-only { + display: inline; } body.layout-default { @@ -48,7 +52,7 @@ body.layout-post section header .timeline { } p, ul, ol, dl { - line-height: 20px; + line-height: 18px; margin: 6px 0; }