mirror of
https://github.com/kirsle/kirsle.net
synced 2024-12-22 15:09: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 *
|
* Supernova Website Design Classes - Copyright 2009 Casey Kirsle - Kirsle.com *
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
/* Make a photo look nice. */
|
/* Make a photo look nice. Apply it to Markdown images too, but not to
|
||||||
.portrait {
|
* CMS generated emoticons. */
|
||||||
|
.portrait, .markdown img:not([class~=rophako-emoticon]) {
|
||||||
display: inline;
|
display: inline;
|
||||||
background-color: #CFCFCF;
|
background-color: #CFCFCF;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user