Make images nice in Markdown but not emoticons

rophako
Noah 2014-12-16 04:00:48 +00:00
parent 4cf94e15cc
commit 4261654d9f
1 changed files with 3 additions and 2 deletions

View File

@ -422,8 +422,9 @@ ul.blog-categories li:last-child:after {
* Supernova Website Design Classes - Copyright 2009 Casey Kirsle - Kirsle.com *
******************************************************************************/
/* Make a photo look nice. */
.portrait {
/* Make a photo look nice. Apply it to Markdown images too, but not to
* CMS generated emoticons. */
.portrait, .markdown img:not([class~=rophako-emoticon]) {
display: inline;
background-color: #CFCFCF;
padding: 4px;