diff --git a/sites/blog.soutade.fr/_all_posts.html b/sites/blog.soutade.fr/_all_posts.html
new file mode 100644
index 0000000..4faf7ac
--- /dev/null
+++ b/sites/blog.soutade.fr/_all_posts.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/sites/blog.soutade.fr/_base.html b/sites/blog.soutade.fr/_base.html
index 5f23ee3..3f771db 100755
--- a/sites/blog.soutade.fr/_base.html
+++ b/sites/blog.soutade.fr/_base.html
@@ -40,6 +40,7 @@
+
diff --git a/sites/blog.soutade.fr/css/blog.css b/sites/blog.soutade.fr/css/blog.css
index 2aa6cd9..83212a1 100755
--- a/sites/blog.soutade.fr/css/blog.css
+++ b/sites/blog.soutade.fr/css/blog.css
@@ -384,9 +384,6 @@ ul li
.comment .comment
{
- /* padding-top:15px; */
- /* padding-left:15px; */
- /* margin-bottom:2px; */
margin-top:15px;
margin-left:15px;
margin-bottom:1px;
@@ -398,6 +395,7 @@ ul li
padding-top:5px;
padding-left:5px;
margin-bottom:5px;
+ text-align:justify;
}
.comment_index, .comment_author, .comment_date
@@ -510,4 +508,44 @@ ul li
#search_text
{
width:100%;
-}
\ No newline at end of file
+}
+
+div.all_posts
+{
+ display:block;
+}
+
+div.all_posts div.year
+{
+ display:block;
+ margin-bottom:50px;
+}
+
+div.all_posts div.month
+{
+ display:block;
+ margin-bottom:20px;
+ margin-left:20px;
+}
+
+div.all_posts year
+{
+ display:block;
+ margin-bottom:20px;
+ font-size: x-large;
+ font-weight:bold;
+}
+
+div.all_posts month
+{
+ display:block;
+ margin-bottom:5px;
+ font-size: large;
+}
+
+div.all_posts div.post
+{
+ display:block;
+ margin-bottom:2px;
+ margin-left:20px;
+}