From 7ea54c9d0afc88ec6aec513eeb881313e92fa110 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 1 Aug 2011 13:16:04 +0200 Subject: [PATCH] Manage b and strong tags --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 746ef5d5..2339a25f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,6 +17,11 @@ a { color: #4e9a06; } +b, strong { +font-weight: normal; +text-outline: 0.5px black; +} + h1 a:hover, h1 a:focus { background: #eeeeec url(img/radicale.png) 50% 50% no-repeat;