Other stuff

This commit is contained in:
Case Duckworth 2021-11-21 13:50:31 -06:00
parent 930736ccbb
commit b27960f0de
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
*{position:relative}body,html{width:100%;margin:0;padding:0;font:18px/1.3 CMUTypewriterTextRegular, monospace;background-color:wheat;background:url("/bread.png") repeat}#main{max-width:40em;padding:1em;margin:auto;background:white}#footer{margin-top:1em;text-align:center}#header,#footer{background:white;width:100%}#header{margin-bottom:1em}#header .nav{z-index:100;background:white;padding-right:1em}#header *{margin:0;padding:0;display:inline}.nav li:after{content:" (#) "}.subtitle,blockquote{font-style:italic}pre,code{font:14px/1.1 monospace;background:#ddd}#users{text-align:right;position:absolute;right:0}
*{position:relative}body,html{width:100%;margin:0;padding:0;font:18px/1.3 CMUTypewriterTextRegular, monospace;background-color:wheat;background:url("/bread.png") repeat}#main{max-width:40em;padding:1em;margin:auto;background:white}#footer{margin-top:1em;text-align:center}#header,#footer{background:white;width:100%}#header{margin-bottom:1em}#header .nav{z-index:100;background:white;padding-right:1em}#header *{margin:0;padding:0;display:inline}.nav li:after{content:" (#) "}.subtitle,blockquote,.description{font-style:italic}pre,code{font:14px/1.1 monospace;background:#ddd}#users{text-align:right;position:absolute;right:0}

View File

@ -39,7 +39,7 @@ html {
.nav li:after {
content: " (#) ";
}
.subtitle,blockquote {
.subtitle,blockquote,.description {
font-style: italic;
}
pre,

View File

@ -2,7 +2,7 @@
{% block section_listing %}
{% for page in section.pages %}
<div class="article">
<div class="header">
<div class="header" id="news-item-{{ loop.index }}">
<h2>
<a href="{{ page.permalink }}">{{ page.title }}</a>
</h2>