From CommenceCRM-Help
(Created page with "→CSS placed here will affect users of the Vector skin: #p-logo a{ background-color:red; }") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
− | #p-logo a{ | + | #p-logo a { |
− | + | background-size: contain; | |
} | } |
Latest revision as of 19:35, 2 December 2012
/* CSS placed here will affect users of the Vector skin */ #p-logo a { background-size: contain; }