From 96dd5817b80079cc2ca266b8d9bb3a80c14cf199 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 16 2012 01:19:50 +0000 Subject: Update `Moin/1.5.9/Modern/css/screen.css' file. --- diff --git a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css index 35dbb87..5b1e2d4 100644 --- a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css +++ b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css @@ -666,42 +666,49 @@ div#body div.records-list ul li.title { /* Broken or nonexistent links. --------------------------------------------------------------------*/ -div#body a.nonexistent, -div#body a.nonexistent:hover { color: gray; } +a.nonexistent, +a.nonexistent:hover { color: gray; } /* Special decoration for some links' classes --------------------------------------------------------------------*/ -div#body a.www:before { +a.www:before { white-space:nowrap; - content: url(../img/a-www.png); + content: url(../img/moin-www.png); margin: 0 0.2em; } -div#body a.http:before { +a.http:before { white-space:nowrap; - content: url(../img/a-www.png); + content: url(../img/moin-www.png); margin: 0 0.2em; } -div#body a.https:before { +a.https:before { white-space:nowrap; - content: url(../img/a-www.png); + content: url(../img/moin-www.png); margin: 0 0.2em; } -div#body a.mailto:before { +a.mailto:before { white-space:nowrap; - content: url(../img/a-mail.png); + content: url(../img/moin-email.png); margin: 0 0.2em; } -div#body a.attachment:before { +a.attachment:before { white-space:nowrap; - content: url(../img/a-attach.png); + content: url(../img/moin-attach.png); margin: 0 0.2em; } +a.interwiki:before { + white-space:nowrap; + content: url(../img/moin-inter.png); + margin: 0 0.2em; + } + + /* --------------------------------------------------------------------*/