12 lines
257 B
CSS
12 lines
257 B
CSS
/* This file only exists (temporarily) until the
|
|
custom styling can be replaced with the
|
|
implementation of the upstream project.
|
|
*/
|
|
|
|
blockquote {
|
|
padding: 0 20px;
|
|
margin: 0 0 20px;
|
|
font-size: inherit;
|
|
border-left: 5px solid #eee;
|
|
}
|