mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 04:49:29 +00:00
Make images nice in Markdown but not emoticons
This commit is contained in:
parent
4cf94e15cc
commit
4261654d9f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user