aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-15 22:16:20 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-15 22:16:20 +0100
commitc74ec3eacfb7474e72ab40ed79ea43ef1dbe273b (patch)
treec946ecca20efc00e8304ad7ab12bf8e98aea0d19 /src/css.hh
parent4426e3e296dc1c6726b37bfd6f5d4436eb8b02c2 (diff)
fix background color definition in user-agent style
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.hh b/src/css.hh
index 4b8dd9db..12d60c23 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -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;