Andreas Kling
|
8f842375a2
|
LibHTML: Implement the <hr> element
This also meant I had to implement basic support for the border-styles
"inset" and "outset". If it's neither of those, we default to "solid".
|
2019-10-01 20:50:11 +02:00 |
|
Andreas Kling
|
86b7dd6d5d
|
LibHTML: Tweak default CSS to bring it a bit closer to HTML4
|
2019-10-01 20:16:42 +02:00 |
|
Andreas Kling
|
402c6de5c9
|
LibHTML: Make <div> elements display: block
|
2019-09-29 17:26:52 +02:00 |
|
Andreas Kling
|
a768724270
|
LibHTML: Make <a> tags blue and underline by default
In the future, this should only apply to "a:link", but since we don't
have pseudo-classes yet, all "a" tags will do for now.
|
2019-09-28 22:57:46 +02:00 |
|
Andreas Kling
|
83f643d43c
|
LibHTML: Make h1 and h2 tags use Pebbleton Bold by default :^)
|
2019-09-28 19:14:36 +02:00 |
|
Sergey Bugaev
|
8a2beaf52b
|
LibHTML: Tweak the default CSS style
|
2019-09-28 18:29:42 +02:00 |
|
Andreas Kling
|
04b9dc2d30
|
Libraries: Create top level directory for libraries.
Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/.
|
2019-07-04 16:16:50 +02:00 |
|