Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions themes/default/style.css.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ blockquote {
border-left:solid 4px BQ_BORDER_COLOR;
margin-left:12px;
padding:12px 12px 12px 24px;
word-break: break-word;
}
blockquote img {
margin:12px 0px;
Expand All @@ -85,3 +86,6 @@ blockquote iframe {
img {
max-width:100%;
}
pre {
overflow-x: scroll;
}