From 7ff5f5c7e149c743cda33e0561e452733e681be8 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Tue, 24 Feb 2015 04:37:32 +0000 Subject: [PATCH] Remove tracking; Wiki broken link code --- www/layout.html | 14 ++++++++------ www/solar/screen.css | 5 +++++ www/solar/ui.css | 5 +++++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/www/layout.html b/www/layout.html index 437333e..319d2f9 100644 --- a/www/layout.html +++ b/www/layout.html @@ -181,17 +181,19 @@ +
diff --git a/www/solar/screen.css b/www/solar/screen.css index 7a456b4..7e03edb 100644 --- a/www/solar/screen.css +++ b/www/solar/screen.css @@ -378,6 +378,11 @@ ul.blog-categories li:last-child:after { font-size: 9pt; } +/* Wiki styles */ +a.wiki-broken { + color: #FF9900; +} + /******************************************************************************* * Supernova Website Design Classes - Copyright 2009 Casey Kirsle - Kirsle.com * ******************************************************************************/ diff --git a/www/solar/ui.css b/www/solar/ui.css index a577a8a..a70ccb5 100644 --- a/www/solar/ui.css +++ b/www/solar/ui.css @@ -398,6 +398,11 @@ ul.blog-categories li:last-child:after { padding: 5px } +/* Wiki */ +a.wiki-broken { + color: #FF9900; +} + /******************** * Visitor Tracking * ********************/