Age | Commit message (Expand) | Author |
---|---|---|
2020-07-26 | LibWeb: Move CSS classes into the Web::CSS namespace | Andreas Kling |
2020-06-26 | LibWeb: Add the 'float' CSS property to LayoutStyle | Andreas Kling |
2020-06-24 | LibWeb: Move border width and color into LayoutStyle | Andreas Kling |
2020-06-24 | LibWeb: Move the offset, margin and padding boxes into LayoutStyle | Andreas Kling |
2020-06-24 | LibWeb: Move white-space into LayoutStyle | Andreas Kling |
2020-06-24 | LibWeb: Move height, min-height and max-height into LayoutStyle | Andreas Kling |
2020-06-24 | LibWeb: Move min-width and max-width into LayoutStyle | Andreas Kling |
2020-06-24 | LibWeb: Move width into LayoutStyle | Andreas Kling |
2020-06-24 | LibWeb: Move position and text-align to LayoutStyle | Andreas Kling |
2020-06-24 | LibWeb: Add LayoutStyle, a place to store style info for layout & paint | Andreas Kling |