This commit is contained in:
Kovid Goyal 2011-06-16 11:08:14 -06:00
parent ce639c48f6
commit 25c072d4ec

View File

@ -539,7 +539,7 @@ class Style(object):
''' '''
Return the background color by parsing both the background-color and Return the background color by parsing both the background-color and
background shortcut properties. Note that inheritance/default values background shortcut properties. Note that inheritance/default values
are not used. are not used. None is returned if no background color is set.
''' '''
def validate_color(col): def validate_color(col):