From bb0310ec650ce0b42028d532a3235d1babd461ec Mon Sep 17 00:00:00 2001 From: Shawn O'Hare Date: Tue, 29 Dec 2015 19:33:04 -0800 Subject: [PATCH] Remove content mini title (type). --- layouts/partials/content.header.html | 1 - static/css/hugo-tufte.css | 20 +++++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/layouts/partials/content.header.html b/layouts/partials/content.header.html index 3ffd2b7..989ef50 100644 --- a/layouts/partials/content.header.html +++ b/layouts/partials/content.header.html @@ -1,4 +1,3 @@ -

{{ .Type }}

{{ .Title }} diff --git a/static/css/hugo-tufte.css b/static/css/hugo-tufte.css index 7d96155..4f737c7 100644 --- a/static/css/hugo-tufte.css +++ b/static/css/hugo-tufte.css @@ -1,6 +1,12 @@ +/* ------------------------------------------------------------------------ */ /* hugo-tufte.css */ /* Contains extensions to the original tufte.css styles to */ /* accomodate a blog-like site. */ +/* ------------------------------------------------------------------------ */ + +h2 { + padding-top: 2.5rem; +} /* ------------------------------------------------------------------------ */ /* Brand details, such as a sidebar or top display. */ @@ -19,7 +25,9 @@ /* Brand subtitles */ .brand h2 { margin: 0; - font-weight: 200; + padding-top: 0rem; + /*font-style: normal;*/ + /*font-weight: 200;*/ color: rgba(100, 105, 110, 1); } @@ -60,16 +68,6 @@ h1.content-title a:hover, h1.content-title a:focus { color: lightgray; } -h1.content-title-mini { - text-transform: uppercase; - color: rgba(170, 170, 170, 1); - /*border-bottom: 1px solid #eee;*/ - padding: 0.4em 0; - margin-top: 2em; - font-size: 80%; - font-weight: normal; - letter-spacing: 0.1em; -} /* Content meta-data such as author, publication date, etc. */ .content-meta {