mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-01-11 15:37:54 +00:00
copy smiles
This commit is contained in:
parent
2478c09ec3
commit
2a77302783
@ -4,6 +4,8 @@
|
||||
background: url("emotions/blank.png") no-repeat center center;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
color: transparent;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.emo-angel {
|
||||
|
@ -4,6 +4,8 @@
|
||||
background: url("emotions/blank.gif") no-repeat center center;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
color: transparent;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.emo-angel {
|
||||
|
@ -4,6 +4,8 @@
|
||||
background: url("emotions/blank.gif") no-repeat center center;
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
color: transparent;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.emo-angel {
|
||||
|
@ -23,7 +23,7 @@
|
||||
$.extend($.emotions, {
|
||||
|
||||
settings: {
|
||||
replacement: '<span class="emotions emo-{eId}"></span>',
|
||||
replacement: '<span class="emotions emo-{eId}">$2</span>',
|
||||
map: {
|
||||
"o:)": "angel",
|
||||
"0:)": "angel",
|
||||
|
Loading…
Reference in New Issue
Block a user