From 3115fdbf67c7f74338062131c446c2dda0743ba5 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 09 2012 01:28:38 +0000 Subject: Update `trunk/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/links.css' file. --- diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/links.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/links.css index 6db335a..ea6ddc9 100755 --- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/links.css +++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/links.css @@ -33,31 +33,31 @@ div#page-body a.nonexistent:hover { color: gray; } div#page-body a.www:before { white-space:nowrap; - content: url(../img/a-www.png); + content: url(../images/a-www.png); margin: 0 0.2em; } div#page-body a.http:before { white-space:nowrap; - content: url(../img/a-www.png); + content: url(../images/a-www.png); margin: 0 0.2em; } div#page-body a.https:before { white-space:nowrap; - content: url(../img/a-www.png); + content: url(../images/a-www.png); margin: 0 0.2em; } div#page-body a.mailto:before { white-space:nowrap; - content: url(../img/a-mail.png); + content: url(../images/a-mail.png); margin: 0 0.2em; } div#page-body a.attachment:before { white-space:nowrap; - content: url(../img/a-attach.png); + content: url(../images/a-attach.png); margin: 0 0.2em; }