diff options
Diffstat (limited to 'design/sass')
-rw-r--r-- | design/sass/_writing_archive.scss | 40 |
1 files changed, 40 insertions, 0 deletions
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; |