summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/CSS/Default.css
AgeCommit message (Expand)Author
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2019-12-18LibHTML: Let's display <basefont> as block-level elements for nowAndreas Kling
2019-12-18LibHTML: Use a fixed-width font for <pre> tags, duh!Andreas Kling
2019-11-07LibHTML: Fix the default style for <hr> elementsAndreas Kling
2019-10-26LibHTML: Make <header> and <footer> be "display: block" by defaultAndreas Kling
2019-10-20LibHTML: Only actually-linked <a> elements should be blue+underlinedAndreas Kling
2019-10-17LibHTML: Add stub classes for basic table layoutAndreas Kling
2019-10-16LibHTML: Add the <center> elementAndreas Kling
2019-10-14LibHTML: Implement basic :hover pseudo-class supportAndreas Kling
2019-10-09LibHTML: Implement the <blink> elementAndreas Kling
2019-10-06LibHTML: Add a little bit of margin around <hr> elementsAndreas Kling
2019-10-06LibHTML: Respect the link color set via <body link>Andreas Kling
2019-10-01LibHTML: Implement the <hr> elementAndreas Kling
2019-10-01LibHTML: Tweak default CSS to bring it a bit closer to HTML4Andreas Kling
2019-09-29LibHTML: Make <div> elements display: blockAndreas Kling
2019-09-28LibHTML: Make <a> tags blue and underline by defaultAndreas Kling
2019-09-28LibHTML: Make h1 and h2 tags use Pebbleton Bold by default :^)Andreas Kling
2019-09-28LibHTML: Tweak the default CSS styleSergey Bugaev
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling