Arty
Well-known member
When trying to save this style property via WebDav:
	
	
	
		
it saves only display:block; but not font-family. font-family line just disappears like it was never there.
HTML output:
	
	
	
		
It happens only when saving style property via WebDav. When entering "inherit" in font family field in admin control panel's style property editor it works fine.
Tested with 1.4.0 RC 1
				
			
		Code:
	
	    @property "navTabLink";
     display: block;
     font-family: inherit;
     @property "/navTabLink";HTML output:
		Code:
	
	.navTabs .navTab.selected .tabLinks a
{
display: block;
}Tested with 1.4.0 RC 1
 
 
		