diff options
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/style.hh b/dw/style.hh index 88e4a290..27bcf579 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -463,8 +463,8 @@ public: StyleImage *backgroundImage; BackgroundRepeat backgroundRepeat; BackgroundAttachment backgroundAttachment; - Length backgroundPositionX; // "left" defiened by "0%" etc. (see CSS spec) - Length backgroundPositionY; // "top" defiened by "0%" etc. (see CSS spec) + Length backgroundPositionX; // "left" defined by "0%" etc. (see CSS spec) + Length backgroundPositionY; // "top" defined by "0%" etc. (see CSS spec) TextAlignType textAlign; VAlignType valign; |