aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-06-07 12:06:52 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-06-07 12:06:52 +0200
commitd9d884f2437dcfaf9bb576194767247616e5efdb (patch)
treee181c6d58b6c925f96862e02d5bce8ca97be52ec /src/styleengine.hh
parent605ef351d2f344aebb48631db74e330f45158c61 (diff)
support !important in style attributes
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index e37aeed1..b73a8b5f 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -21,6 +21,7 @@ class StyleEngine {
private:
struct Node {
CssPropertyList *styleAttrProperties;
+ CssPropertyList *styleAttrPropertiesImportant;
CssPropertyList *nonCssProperties;
dw::core::style::Style *style;
dw::core::style::Style *wordStyle;