summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CSS/LengthBox.h
AgeCommit message (Collapse)Author
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-06-24LibWeb: Remove default Length constructor and add make_auto()/make_px()Andreas Kling
To prepare for adding an undefined/empty state for Length, let's first move away from Length() creating an auto value.
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
Let's rename this to LibWeb since it aims to provide more parts of the web platform than just HTML. :^)