Index: branches/unlabeled/unlabeled-1.1.2/core/units/selectors/selectors_item.php =================================================================== diff -u -r1423 -r1469 --- branches/unlabeled/unlabeled-1.1.2/core/units/selectors/selectors_item.php (.../selectors_item.php) (revision 1423) +++ branches/unlabeled/unlabeled-1.1.2/core/units/selectors/selectors_item.php (.../selectors_item.php) (revision 1469) @@ -10,7 +10,7 @@ function CompileStyle() { $selector_data = $this->GetDBField('SelectorData'); - $ret = $this->GetDBField('Type') == STYLE_BASE ? '.' : ''; + $ret = ''; $ret .= $this->GetDBField('SelectorName')." {\n"; foreach($selector_data as $property_name => $property_value)