diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-06-07 12:06:52 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-06-07 12:06:52 +0200 |
commit | d9d884f2437dcfaf9bb576194767247616e5efdb (patch) | |
tree | e181c6d58b6c925f96862e02d5bce8ca97be52ec /src/css.hh | |
parent | 605ef351d2f344aebb48631db74e330f45158c61 (diff) |
support !important in style attributes
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -475,7 +475,8 @@ class CssContext { CssPrimaryOrder order); void apply (CssPropertyList *props, Doctree *docTree, DoctreeNode *node, - CssPropertyList *tagStyle, CssPropertyList *nonCssHints); + CssPropertyList *tagStyle, CssPropertyList *tagStyleImportant, + CssPropertyList *nonCssHints); }; #endif |