-
Adds a Tools menu option to import style rules into the current sheet from an external CSS file, letting you choose which rules to import and how to handle conflicts between existing and imported properties.
-
Adds CSS validation checking from the Tools menu. The CSS Validation dialog displays any errors found. Double-click an error listing to jump to the error in the style sheet and correct it.
-
The Numeric Value dialog automatically assigns points (pt) to non-zero values if no other value type is specified.
-
Adds support for XHTML custom tags in the New Style Selector dialog.
-
The order of selectors can be rearranged by dragging-and-dropping, allowing one style rule to have greater priority than a conflicting rule by moving it lower in the list.
-
The ability to copy properties to a different selector by dragging them is now documented. (This was possible in the previous version, but wasn’t documented.)
-
Adds a Gradient Fill filter option to the Advanced Filter dialog.
-
Adds support for the !important CSS statement on the Edit menu and by right-clicking a property.
-
Adds support for two extra forms of color notation when reading style sheets: short hex (e.g. #fb0 which expands to #ffbb00) and percentages (e.g. rgb(100%, 20%, 50%)).
-
StylePad is now better at working around syntax errors in style sheets written by hand or generated by other CSS editors.
-
Fixes several small bugs and typos, and adds a few cosmetic changes.