forked from mirrors/hugo-tufte
Remove content mini title (type).
This commit is contained in:
parent
b3a2e36507
commit
bb0310ec65
2 changed files with 9 additions and 12 deletions
|
@ -1,4 +1,3 @@
|
||||||
<h1 class="content-title-mini">{{ .Type }}</h1>
|
|
||||||
<h1 class="content-title">
|
<h1 class="content-title">
|
||||||
<a href="{{ .RelPermalink }}">
|
<a href="{{ .RelPermalink }}">
|
||||||
{{ .Title }}
|
{{ .Title }}
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
|
/* ------------------------------------------------------------------------ */
|
||||||
/* hugo-tufte.css */
|
/* hugo-tufte.css */
|
||||||
/* Contains extensions to the original tufte.css styles to */
|
/* Contains extensions to the original tufte.css styles to */
|
||||||
/* accomodate a blog-like site. */
|
/* accomodate a blog-like site. */
|
||||||
|
/* ------------------------------------------------------------------------ */
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
padding-top: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* Brand details, such as a sidebar or top display. */
|
/* Brand details, such as a sidebar or top display. */
|
||||||
|
@ -19,7 +25,9 @@
|
||||||
/* Brand subtitles */
|
/* Brand subtitles */
|
||||||
.brand h2 {
|
.brand h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: 200;
|
padding-top: 0rem;
|
||||||
|
/*font-style: normal;*/
|
||||||
|
/*font-weight: 200;*/
|
||||||
color: rgba(100, 105, 110, 1);
|
color: rgba(100, 105, 110, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,16 +68,6 @@ h1.content-title a:hover,
|
||||||
h1.content-title a:focus {
|
h1.content-title a:focus {
|
||||||
color: lightgray;
|
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-data such as author, publication date, etc. */
|
||||||
.content-meta {
|
.content-meta {
|
||||||
|
|
Loading…
Reference in a new issue