diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-15 22:16:20 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-15 22:16:20 +0100 |
commit | c74ec3eacfb7474e72ab40ed79ea43ef1dbe273b (patch) | |
tree | c946ecca20efc00e8304ad7ab12bf8e98aea0d19 /src/css.hh | |
parent | 4426e3e296dc1c6726b37bfd6f5d4436eb8b02c2 (diff) |
fix background color definition in user-agent style
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ class CssSelector { * \brief A CssSelector CssPropertyList pair. * The CssPropertyList is applied if the CssSelector matches. */ -lass CssRule { +class CssRule { private: CssSelector *selector; CssPropertyList *props; |