Changeset 2993

Show
Ignore:
Timestamp:
12/16/08 23:00:57 (4 years ago)
Author:
vdigital
Message:

Border removal in mails
merge -c2992 from branch 2.0 to trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/Sylvia/mail-css.tpl

    r2989 r2993  
    99h2 {ldelim} color:#f70;background: transparent url({$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/images/fillet.gif) repeat-x scroll left bottom; padding-bottom: 5px;} 
    1010img {ldelim} margin: 16px; border: 16px solid #444; -moz-border-radius: 4px; border-radius: 4px 4px; } 
    11 img:hover {ldelim} padding: 15px; border: 1px solid #ff3363; background-color:#222;-moz-border-radius: 4px; border-radius: 4px 4px; } 
     11img:hover {ldelim} padding: 15px; border: 0; background-color:#222;-moz-border-radius: 4px; border-radius: 4px 4px; } 
    1212a {ldelim} color: #f70; background-color: transparent; border:0; text-decoration: none;} 
    1313a:hover {ldelim} color: #F30; border-bottom: 1px solid #FF3363;}