{% endif %}
{% assign month = post.date | date: "%B, %Y" %}
diff --git a/index.html b/index.html
index c9538ca..1d91adc 100644
--- a/index.html
+++ b/index.html
@@ -10,8 +10,18 @@ title: arcanis' homepage
diff --git a/resources/css/styles.css b/resources/css/styles.css
index 38ace79..ea0facd 100644
--- a/resources/css/styles.css
+++ b/resources/css/styles.css
@@ -1,12 +1,12 @@
+/* spoiler */
.spoiler {
display: block;
background: #dcdcdc;
text-decoration: none;
color: #555555;
- border: 1px solid #000000;
border-radius: 5px;
- padding: 0 5px 0 5px;
- margin: 0 0 5px 0;
+ padding: 0 0 0 0;
+ margin: 0 0 0 0;
}
.spoiler > .title {
font-weight: bold;
diff --git a/ru/blog/archive.html b/ru/blog/archive.html
index 436cc45..3637207 100644
--- a/ru/blog/archive.html
+++ b/ru/blog/archive.html
@@ -19,7 +19,7 @@ back: 2
{% endfor %}