From 7f497a6e99fff99f45bbd68466d7e0ae1bee0539 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 24 Oct 2014 20:27:40 -0400 Subject: rewrote notes a bit to allow for longer notes and changed action tags to indie-action --- design/sass/_notes.scss | 7 +++++++ design/templates/archives/notes.html | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'design') diff --git a/design/sass/_notes.scss b/design/sass/_notes.scss index 8add4e5..cdfdb42 100644 --- a/design/sass/_notes.scss +++ b/design/sass/_notes.scss @@ -31,6 +31,13 @@ } } } +.note--title { + text-align: left; + font-weight: 400; + font-size: 1.5em; + letter-spacing: 0px; + font-style: italic; +} .note--date { @include smcaps; @include fontsize(11); diff --git a/design/templates/archives/notes.html b/design/templates/archives/notes.html index c6c6e34..4ee5269 100644 --- a/design/templates/archives/notes.html +++ b/design/templates/archives/notes.html @@ -14,7 +14,7 @@

Field Notes

{% for object in object_list %}
-

{{object.title|safe|amp|smartypants}}

+

{{object.title|safe|amp|smartypants}}

{{object.render|safe|amp|smartypants|urlizetrunc:45 }}
@@ -36,17 +36,17 @@ {% endif %} -- cgit v1.2.3-70-g09d2