mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 18:59:09 -04:00
12 lines
257 B
CSS
Vendored
12 lines
257 B
CSS
Vendored
/* 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;
|
|
}
|