Skip to content

Commit

Permalink
Merge pull request eduardoboucas#307 from halogenica/revert-225-archives
Browse files Browse the repository at this point in the history
Revert "[Feature] Archives"
  • Loading branch information
halogenica authored Sep 21, 2019
2 parents f91ebea + 65bb38f commit 8e69671
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 81 deletions.
62 changes: 0 additions & 62 deletions layouts/_default/section.html

This file was deleted.

20 changes: 1 addition & 19 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ div.splitbox div.right {
padding: 15px 25px;
}
}
.disqus-comments button:hover,
.disqus-comments button:hover,
.disqus-comments button:focus {
color: #FFF;
background: #0085a1;
Expand Down Expand Up @@ -812,21 +812,3 @@ h4.see-also {
ul.share li:hover .fab {
transform: scale(1.4)
}

/* --- Archives --- */

.archive .archive-post {
padding: 3px 20px;
padding-top: 3px;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 20px;
border-left: 1px solid #cacaca;
border-left-width: 1px;
border-left-style: solid;
border-left-color: rgb(202, 202, 202);
}

.archive .archive-post .archive-post-time {
margin-right: 10px;
}

0 comments on commit 8e69671

Please sign in to comment.