index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibHTML
/
CSS
/
Default.css
Age
Commit message (
Expand
)
Author
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2019-12-18
LibHTML: Let's display <basefont> as block-level elements for now
Andreas Kling
2019-12-18
LibHTML: Use a fixed-width font for <pre> tags, duh!
Andreas Kling
2019-11-07
LibHTML: Fix the default style for <hr> elements
Andreas Kling
2019-10-26
LibHTML: Make <header> and <footer> be "display: block" by default
Andreas Kling
2019-10-20
LibHTML: Only actually-linked <a> elements should be blue+underlined
Andreas Kling
2019-10-17
LibHTML: Add stub classes for basic table layout
Andreas Kling
2019-10-16
LibHTML: Add the <center> element
Andreas Kling
2019-10-14
LibHTML: Implement basic :hover pseudo-class support
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-06
LibHTML: Add a little bit of margin around <hr> elements
Andreas Kling
2019-10-06
LibHTML: Respect the link color set via <body link>
Andreas Kling
2019-10-01
LibHTML: Implement the <hr> element
Andreas Kling
2019-10-01
LibHTML: Tweak default CSS to bring it a bit closer to HTML4
Andreas Kling
2019-09-29
LibHTML: Make <div> elements display: block
Andreas Kling
2019-09-28
LibHTML: Make <a> tags blue and underline by default
Andreas Kling
2019-09-28
LibHTML: Make h1 and h2 tags use Pebbleton Bold by default :^)
Andreas Kling
2019-09-28
LibHTML: Tweak the default CSS style
Sergey Bugaev
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling