From aabed7a6cce09ec8cdbd330a955a229c594b18cb Mon Sep 17 00:00:00 2001 From: eston Date: Thu, 3 Mar 2011 13:48:13 -0800 Subject: [PATCH] Add absent links for wiki --- lib/gollum/frontend/public/css/template.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/gollum/frontend/public/css/template.css b/lib/gollum/frontend/public/css/template.css index aab320c1..025cc601 100644 --- a/lib/gollum/frontend/public/css/template.css +++ b/lib/gollum/frontend/public/css/template.css @@ -8,6 +8,11 @@ margin-bottom: 40px; } +/* Link Colors */ +a.absent { + color: #c00; +} + /* Primary Body Copy */ #template p { margin: 16px 0 0;