Try bottom-right borders instead

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-03 14:24:26 +00:00
parent a5ab75e06f
commit c277cc10dd

View File

@ -50,9 +50,13 @@ body{
background-color:$SITE_BACKCOL; background-color:$SITE_BACKCOL;
} }
.content.title{
}
.content{ .content{
border-radius: 12px 0px 12px 0px; border-radius: 12px 0px 12px 0px;
border-style: none none outset outset; border-style: none outset outset none;
border-color: #191; border-color: #191;
border-width: 3px; border-width: 3px;
margin: 12px 4px 8px 4px; margin: 12px 4px 8px 4px;