ladybird/Libraries/LibWeb/CSS
Andreas Kling 05e1ecb3d0 LibWeb: Uhh, scale back the default padding on <ul> and <ol> a bit
40px is a lot of padding in our small-fonted world. :^)
2020-12-07 21:37:00 +01:00
..
Parser LibWeb: Hack the CSS parser to handle integer values (like z-index) 2020-12-03 11:46:10 +01:00
.gitignore LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Default.css LibWeb: Uhh, scale back the default padding on <ul> and <ol> a bit 2020-12-07 21:37:00 +01:00
Length.cpp LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
Length.h LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
LengthBox.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
Properties.json LibWeb: Expand border-{top,right,bottom-left} CSS shorthand properties 2020-06-10 16:14:31 +02:00
QuirksMode.css LibWeb: Add a separate UA style sheet for documents in quirks mode 2020-09-24 10:33:33 +02:00
Selector.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
Selector.h LibWeb: Parse :before and :after pseudo-elements 2020-12-01 16:53:10 +01:00
SelectorEngine.cpp LibWeb: Parse :before and :after pseudo-elements 2020-12-01 16:53:10 +01:00
SelectorEngine.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleDeclaration.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleDeclaration.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleProperties.cpp LibWeb: Naively implement the CSS clear property 2020-12-06 01:45:51 +01:00
StyleProperties.h LibWeb: Naively implement the CSS clear property 2020-12-06 01:45:51 +01:00
StyleResolver.cpp LibWeb: Cache parsed inline style of DOM elements 2020-12-07 20:00:27 +01:00
StyleResolver.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleRule.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleRule.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleSheet.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleSheet.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleSheetList.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
StyleSheetList.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
StyleValue.cpp LibWeb: Make Frame point weakly to Page 2020-11-12 18:29:55 +01:00
StyleValue.h LibWeb: Naively implement the CSS clear property 2020-12-06 01:45:51 +01:00