mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
6 lines
98 B
CSS
6 lines
98 B
CSS
|
ol,ul{
|
||
|
box-sizing:border-box;
|
||
|
}
|
||
|
ol.has-background,ul.has-background{
|
||
|
padding:1.25em 2.375em;
|
||
|
}
|