diff --git a/tuxlite_zf/Screenshot.png b/tuxlite_zf/Screenshot.png index e42e317..c7107ee 100644 Binary files a/tuxlite_zf/Screenshot.png and b/tuxlite_zf/Screenshot.png differ diff --git a/tuxlite_zf/static/css/style.css b/tuxlite_zf/static/css/style.css index fe6a0a4..40e3162 100644 --- a/tuxlite_zf/static/css/style.css +++ b/tuxlite_zf/static/css/style.css @@ -5,9 +5,7 @@ ol li ul, ol li ol { margin-bottom: 1.25em; } -ul, ol, dl { -list-style-position: inside; -} +article { padding-left:1em; } /* Base.html - top navigation */ @@ -34,8 +32,10 @@ text-transform: uppercase; /* Index.html - posts */ -h3.article-title { margin-bottom: 0em; } -.article-title a { color: #222222; } +h3.article-title { +margin-bottom: 0em; +color: #3A91CB; +} /* Article infos | infos_bottom.html */ diff --git a/tuxlite_zf/templates/base.html b/tuxlite_zf/templates/base.html index 2d5e1f2..fc4072e 100644 --- a/tuxlite_zf/templates/base.html +++ b/tuxlite_zf/templates/base.html @@ -86,7 +86,7 @@ {% endif %} - {% if SOCIAL %} + {% if SOCIAL %}