mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
Base: Correct flipped values in border-radius.html
Box 9 and Box 10 were in the wrong order somehow, so now they are not. :^)
This commit is contained in:
parent
cb3e097663
commit
e3cbd366c7
Notes:
sideshowbarker
2024-07-18 06:58:43 +09:00
Author: https://github.com/AtkinsSJ
Commit: e3cbd366c7
Pull-request: https://github.com/SerenityOS/serenity/pull/9301
Reviewed-by: https://github.com/TobyAsE
1 changed files with 2 additions and 2 deletions
|
@ -105,12 +105,12 @@
|
|||
|
||||
.box-9 {
|
||||
background-color: magenta;
|
||||
border-top-left-radius: 10px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.box-10 {
|
||||
background-color: magenta;
|
||||
border-radius: 15px;
|
||||
border-top-left-radius: 10px;
|
||||
}
|
||||
|
||||
.box-11 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue