From 95609895c98aeb7790ed1025ba6aa176d8854c5c Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 16 Dec 2008 22:53:03 +0000 Subject: Border removal in mails on thumbnails (2). Need further tests. git-svn-id: http://piwigo.org/svn/branches/2.0@2994 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/Sylvia/mail-css.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'template/yoga') diff --git a/template/yoga/theme/Sylvia/mail-css.tpl b/template/yoga/theme/Sylvia/mail-css.tpl index 7ccd0fbae..8168abba1 100644 --- a/template/yoga/theme/Sylvia/mail-css.tpl +++ b/template/yoga/theme/Sylvia/mail-css.tpl @@ -10,4 +10,7 @@ h2 {ldelim} color:#f70;background: transparent url({$ROOT_URL}template/{$themeco img {ldelim} margin: 16px; border: 16px solid #444; -moz-border-radius: 4px; border-radius: 4px 4px; } img:hover {ldelim} padding: 15px; border: 0; background-color:#222;-moz-border-radius: 4px; border-radius: 4px 4px; } a {ldelim} color: #f70; background-color: transparent; border:0; text-decoration: none;} -a:hover {ldelim} color: #F30; border-bottom: 1px solid #FF3363;} \ No newline at end of file +a:hover {ldelim} color: #F33; border-bottom: 1px solid #FF3363;} +a.thumblnk:hover {ldelim} border:0;} +a.Piwigo {ldelim} font-family: verdana, arial, helvetica, sans-serif; color : #F33; text-decoration: none; border: 0; } +a.Piwigo:hover {ldelim} border-bottom: 1px solid #FF3363; } \ No newline at end of file -- cgit v1.2.3