mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +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
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