From c4443f0260fe24336a31c7e427a9d96fb2c7b24e Mon Sep 17 00:00:00 2001 From: Marcos Ramos Date: Fri, 4 Oct 2013 11:57:34 -0300 Subject: [PATCH] Adding some css rules for events listing --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index 22a97b7..66ac80c 100644 --- a/style.css +++ b/style.css @@ -430,3 +430,14 @@ div#article-parent { margin: 0; } +.agenda-item a { + color: black; +} +.agenda-item a:visited { + color: black; + font-weight: normal; +} +.agenda-item a:hover { + color: black; + text-decoration: underline !important; +} \ No newline at end of file -- libgit2 0.21.2