mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-15 20:24:46 +00:00
This patch adds basic support for external stylesheets. It currently only works with file:// URLs. We do a synchronous full relayout after loading a stylesheet, which is definitely on the aggressive side, but it gives us something to work on improving. :^)
9 lines
145 B
CSS
9 lines
145 B
CSS
#foo {
|
|
background-color: teal;
|
|
color: white;
|
|
padding-left: 20;
|
|
padding-top: 20;
|
|
padding-right: 20;
|
|
padding-bottom: 20;
|
|
}
|