Images 💾

Last commit ⭐

commit 94509c984412d24014a342cdb4336a400794dc9a
Author:     Andreas Kling <kling@serenityos.org>
AuthorDate: Wed Jul 6 20:17:12 2022 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Wed Jul 6 20:31:27 2022 +0200

    LibWeb: Use correct margin & padding values in anonymous wrapper boxes
    
    Anonymous wrappers get their non-inherited properties from the initial
    state of a new CSS::ComputedValues object. Before this patch, all the
    values in their margin and padding LengthBox would be "auto".