summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/CSS/StyleValue.h
AgeCommit message (Expand)Author
2019-10-16LibHTML: Implement CSS text-align: left/center/rightAndreas Kling
2019-10-08LibHTML: Use an enum for CSS property ID'sAndreas Kling
2019-10-06LibHTML: Respect the link color set via <body link>Andreas Kling
2019-10-03LibHTML: Prettify ColorStyleValue::to_string() a little bitAndreas Kling
2019-09-29LibHTML: Implement basic support for background-colorAndreas Kling
2019-09-28LibHTML: Respect the CSS "color" property for textAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-18LibHTML: Finish the block width calculationAndreas Kling
2019-07-26LibHTML: A tiny bit of work towards block layout.Andreas Kling
2019-07-08LibHTML: Add InheritStyleValue and InitialStyleValue.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling