mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-11-06 09:29:54 +01:00
6 lines
147 B
CSS
6 lines
147 B
CSS
|
/*Customization for blockquote appearance*/
|
||
|
blockquote {
|
||
|
border-left: 5px solid #ccc;
|
||
|
padding-left: 20px;
|
||
|
margin-left: 0px!important;
|
||
|
}
|