diff options
author | luxagraf <sng@luxagraf.net> | 2015-07-21 11:25:38 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-07-21 11:25:38 -0400 |
commit | d17b1b5b59fb3232b849a10a03efa16a6f98acb1 (patch) | |
tree | d34ebf957c5767bce995ebb05939db12c2459371 /design/sass/_writing_archive.scss | |
parent | d964debb5a3e0814c1b3249bcc4616742e85bae5 (diff) |
fixed date based archives
Diffstat (limited to 'design/sass/_writing_archive.scss')
-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; |