From d17b1b5b59fb3232b849a10a03efa16a6f98acb1 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 21 Jul 2015 11:25:38 -0400 Subject: fixed date based archives --- design/sass/_writing_archive.scss | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'design/sass') diff --git a/design/sass/_writing_archive.scss b/design/sass/_writing_archive.scss index c1970c9..7f3e01e 100644 --- a/design/sass/_writing_archive.scss +++ b/design/sass/_writing_archive.scss @@ -77,6 +77,46 @@ } } +.date-archive { + @extends %clearfix; + @include constrain_wide(); + margin: 0 auto; + margin-bottom: 9em; + max-width: 460px !important; + text-align: left; +} +.dater { + @extends %clearfix; + margin-top: 3em; + margin-bottom: 3em; + span { + @include smcaps; + @include fontsize(11); + font-family: sans-serif; + } + ul { + margin-top: .5em; + margin-bottom: 1.5em; + li { + @extends %clearfix; + clear: both; + } + } + +} +.arc-item { + clear: both; + margin: 0 auto; + a { + display: block; + float: left; + } + time { + float: right; + line-height: 36px; + } +} + .pagination { font-family: "carrois_gothicregular" sans-serif; text-transform: uppercase; -- cgit v1.2.3