Changeset 1796


Ignore:
Timestamp:
Feb 9, 2007, 11:48:20 PM (17 years ago)
Author:
vdigital
Message:

Style corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/mail/text/html/header.tpl

    r1795 r1796  
    66<meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}">
    77
    8 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/mail/text/html/default-layout.css">
     8<!--<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/mail/text/html/default-layout.css">-->
    99
    1010<style><!-- /* Notification mini style for mails */
    11 body{background-color:#fff;font-family: Univers, Helvetica, Optima;font-size:12px; margin:0px;padding:0px color:#369;}
    12 #the_page {background: #fff url({pwg_root}template/{themeconf:template}/mail/text/html/images/header-bg.jpg) no-repeat scroll left top;
    13 margin:0px;padding:86px 0px 0px 86px;text-align: left;}
     11body{background-color:#fff;font-family: Univers, Helvetica, Optima;font-size:12px; margin:0px;padding:0px; color:#369;}
     12#the_page {background: #fff url({pwg_root}template/{themeconf:template}/mail/text/html/images/mailbody-bg.jpg) repeat-y scroll left top;
     13margin:0px;padding:0px;text-align: left;}
    1414a {text-decoration: none}
    15 #content {background: #fff url({pwg_root}template/{themeconf:template}/mail/text/html/images/mailbody-bg.jpg) repeat-y scroll left top;
    16 margin:0px;padding:0px 15px 0px 86px;text-align: left;}
    17 #copyright {background: #fff url({pwg_root}template/{themeconf:template}/mail/text/html/images/footer-bg.jpg) repeat-y scroll left top;
    18 color: #69c;font-size:10px;margin:0px;padding:98px 0px 0px 86px;text-align:center;}
     15#content {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/header-bg.jpg) no-repeat scroll left top;
     16margin:0px;padding:82px 0px 0px 62px;}
     17hr {width:632px;margin-left:0px;}
     18#copyright {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/footer-bg.jpg) no-repeat scroll left bottom;
     19color: #69c;font-size:10px;margin:0px;padding:98px 0px 62px 62px;}
    1920.PWG {font-family: verdana, sans-serif !important; font-size: 0.9em; font-weight: normal; letter-spacing: 0px;}
    2021a.PWG { border: 0px; }
     
    2930<div id="the_page">
    3031<div id="content">
    31 
Note: See TracChangeset for help on using the changeset viewer.