1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:15:07 +00:00
serenity/Libraries/LibWeb/CSS
Andreas Kling 4a9deddb4a LibWeb: The line-height should not be multiplied by the glyph height
This was causing very tall lines on many websites. We can now see the
section header thingy on google.com (although it's broken into lines
where it should not be..) :^)
2020-05-26 21:09:32 +02:00
..
.gitignore LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Default.css LibWeb: Update the CSS prefix to -libweb 2020-05-21 14:15:49 +02:00
Length.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
LengthBox.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Properties.json LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Selector.cpp LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Selector.h LibWeb: Support the :root pseudo class 2020-05-14 08:49:51 +02:00
SelectorEngine.cpp LibWeb: Support the :root pseudo class 2020-05-14 08:49:51 +02:00
SelectorEngine.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Specificity.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleDeclaration.cpp LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleDeclaration.h LibWeb: Fix duplicated public access modifier in StyleDeclaration 2020-05-19 19:25:41 +02:00
StyleProperties.cpp LibWeb: The line-height should not be multiplied by the glyph height 2020-05-26 21:09:32 +02:00
StyleProperties.h LibWeb: Add basic support for CSS percentages 2020-05-11 23:07:30 +02:00
StyleResolver.cpp LibWeb: Add CSS property 'border' 2020-03-20 21:40:55 +01:00
StyleResolver.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleRule.cpp LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleRule.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleSheet.cpp LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleSheet.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleValue.cpp LibWeb: Implement vendor specific CSS color style for System Palette 2020-05-26 10:17:50 +02:00
StyleValue.h LibWeb: Implement vendor specific CSS color style for System Palette 2020-05-26 10:17:50 +02:00