Skip to content

Commit 5e7bf49

Browse files
committed
Override blockquote style
1 parent 8ab80c8 commit 5e7bf49

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

public/css/skin/rexify.org/default.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,3 +522,16 @@ section p {
522522
p {
523523
margin: 10px;
524524
}
525+
526+
blockquote {
527+
padding: 0 0 0 15px;
528+
margin: 0 0 20px;
529+
border-left: 5px solid #eeeeee;
530+
}
531+
532+
blockquote p {
533+
margin-bottom: 0;
534+
font-size: 14px;
535+
font-weight: 300;
536+
line-height: 20px;
537+
}

0 commit comments

Comments
 (0)