Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMichael Romero <halogenica@users.noreply.github.com>2019-09-21 10:46:12 +0300
committerGitHub <noreply@github.com>2019-09-21 10:46:12 +0300
commit65bb38fad03d01bd89974e09d41f2e71d9df209c (patch)
treec2229dbefb7e862d563fd629ab9d18752c0685df /static
parentf91ebeae6bed0607055571be6ced92cb707dfdf1 (diff)
Revert "[Feature] Archives"revert-225-archives
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css20
1 files changed, 1 insertions, 19 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 420bcb9..a8cfe8d 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -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;
@@ -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;
-}