From cdad6f752a09254f841d506f83d1667ef943dc1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= Date: Sun, 6 Jan 2013 21:13:34 +0100 Subject: [PATCH] Links to new/not existing wikipages are italic #1197 --- public/stylesheets/application.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index c2f673b7..971fec0a 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1898,6 +1898,11 @@ div.wiki th { padding: 4px; } +/* links to non-existant/new (wiki) pages */ +div.wiki a.new { + font-style: italic; +} + div.wiki .external { background-position: 0% 60%; background-repeat: no-repeat;