Removed border from emoji images
This commit is contained in:
parent
7ab1d19e7d
commit
15b31962d1
1 changed files with 2 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ a {
|
|||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
border:1px solid $light;
|
||||
border: 1px solid $light;
|
||||
}
|
||||
/* Added in { Personal } */
|
||||
ul,
|
||||
|
|
@ -254,6 +254,7 @@ a {
|
|||
/* Override any img styles to ensure Emojis are displayed inline */
|
||||
margin: 0px !important;
|
||||
display: inline !important;
|
||||
border: 1px solid $dark !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue