User:Krishj4/common.css: Difference between revisions
No edit summary |
Experiment: slightly rounded infobox corners (border-radius 6px) |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 66: | Line 66: | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
bottom: -0. | bottom: -0.29em; /* drop down onto the grey rule */ | ||
height: 2px; | height: 2px; | ||
background-color: var(--rpi-red); | background-color: var(--rpi-red); | ||
| Line 73: | Line 73: | ||
.skin-vector-2022 .infobox { | .skin-vector-2022 .infobox { | ||
border-top: 3px solid var(--rpi-red); | border-top: 3px solid var(--rpi-red); | ||
border-radius: 6px; | |||
} | } | ||