Skip to content

Commit

Permalink
Don't italizice em tags inside blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsima committed Aug 29, 2018
1 parent 6553de2 commit 05df8d3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/assets/stylesheets/application.css
Expand Up @@ -112,7 +112,6 @@ pre {
overflow-x: auto;
}


/* default form styling */

input,
Expand Down Expand Up @@ -795,6 +794,14 @@ div.story_text blockquote {
padding: 0 0 0 1em;
border-left: 2px solid gray;
}

/* un-italicize italics inside a blockquote */
div.comment_text blockquote em,
div.markdown_help blockquote em,
div.story_text blockquote em {
font-style: none
}

div#collapsed_story_text div.story_text blockquote {
font-style: normal;
}
Expand Down

0 comments on commit 05df8d3

Please sign in to comment.