diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-16 22:55:08 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-16 22:55:08 +0000 |
commit | a7a4a7d2f4f81602524e843bb3308dcb09502394 (patch) | |
tree | ef075bda83dff4b4578605218ffa821b25f891fd /template/yoga/theme | |
parent | c2a47b78a4b95409309f689a08e0b4fda2b2ea42 (diff) |
Border removal in mails on thumbnails (2). Need further tests.
merge -c2994 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2995 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/Sylvia/mail-css.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
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 |