From Easy Delivery Co. Unofficial Wiki
|
|
| Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
| #content { | | #content { |
| border: 2px solid white; | | border: 4px solid white; |
| padding:16px; | | padding:16px; |
| border-bottom-left-radius: 50% 20px; | | border-bottom-left-radius: 50% 20px; |
Revision as of 15:31, 24 September 2025
/* CSS placed here will be applied to all skins */
#content {
border: 4px solid white;
padding:16px;
border-bottom-left-radius: 50% 20px;
border-bottom-right-radius: 50% 20px;
border-top-left-radius: 50% 20px;
border-top-right-radius: 50% 20px;
}