Diff for /pettastic/html/css/main.css between versions 1.5 and 1.7

version 1.5, 2013/03/15 14:04:50 version 1.7, 2013/03/18 15:27:00
Line 186  a { Line 186  a {
         text-align              : center;          text-align              : center;
 }  }
   
   td.title {
           text-align              : center;
           font-weight             : bold;
           font-size               : medium;
           color                   : #FFC7E8;
           margin-bottom           : 5px;
           background              : #763E7A;
   }
   
   td.item_light {
           font-weight             : bold;
           font-size               : 12px;
           margin-right            : 15px;
   }
   
   td.item_dark {
           font-weight             : bold;;
           font-size               : 12px;
           background              : #FFC7E8;
           margin-right            : 25px;
   }
   
   p.description {
           font-weight             : normal;
           font-size               : 10px;
           margin-left             : 20px;
           margin-right            : 50px;
           margin-bottom           : 5px;
   }
   
   p.price_note {
           font-weight             : bold;
           font-size               : 10px;
           margin-left             : 110px;
   }
   
   td.description {
   }
   
 img.floatLeft {  img.floatLeft {
         float                   : left;          float                   : left;
         margin                  : 10px;          margin                  : 10px;
Line 423  a:visited {color:#082e58; font-weight:no Line 462  a:visited {color:#082e58; font-weight:no
 a:hover {color:#349ce5;}  a:hover {color:#349ce5;}
   
   
   a.light { color : #C9C9C9; }
 a.definition:before { content:"[::"; }  a.definition:before { content:"[::"; }
 a.definition:after { content:"]"; }  a.definition:after { content:"]"; }
 a.alias { text-decoration:none; border-bottom: thin dashed; }  a.alias { text-decoration:none; border-bottom: thin dashed; }

Removed from v.1.5  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>