From db15d9db311c76bc2ce015e171ecfb0832c2f75a Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 21 May 2013 23:56:23 +0000 Subject: Fix html tag order and change color for article title. --- tuxlite_zf/static/css/style.css | 6 ++++-- tuxlite_zf/templates/base.html | 2 +- tuxlite_zf/templates/index.html | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'tuxlite_zf') diff --git a/tuxlite_zf/static/css/style.css b/tuxlite_zf/static/css/style.css index 57611dc..40e3162 100644 --- a/tuxlite_zf/static/css/style.css +++ b/tuxlite_zf/static/css/style.css @@ -32,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 %}