1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 05:07:34 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Andreas Kling
5721b2a3da LibWeb: Rename LayoutStyle => CSS::ComputedValues
This object represents the CSS "computed values" so let's call it that.
2021-01-06 14:58:48 +01:00
Andreas Kling
3eb07d289e LibWeb: Move border painting from Layout::Box to a free function
This will allow us to share some code between inline and non-inline
border painting.
2020-12-04 18:02:21 +01:00