From CommenceCRM-Help
Jump to: navigation, search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #p-logo a{ background-color:red; }")
 
Line 3: Line 3:
 
#p-logo a{
 
#p-logo a{
 
  background-color:red;
 
  background-color:red;
 +
width: 5em;
 +
 
}
 
}

Revision as of 19:28, 2 December 2012

/* CSS placed here will affect users of the Vector skin */

#p-logo a{
 background-color:red;
 width: 5em;
 
}