This commit is contained in:
Jorge Arias 2015-11-21 18:22:30 -03:00 committed by Panos Sakkos
parent e8f2266fe3
commit d32477ba7d

View file

@ -240,7 +240,12 @@ a {
-moz-user-select: text;
-ms-user-select: text;
}
pre > code { text-align: left; }
pre {
padding: 0;
> code {
text-align: left;
}
}
img.emoji {
/* Override any img styles to ensure Emojis are displayed inline */
margin: 0px !important;