Browse Source

copy smiles

master
Denis Ryabov 10 years ago
parent
commit
2a77302783
  1. 2
      jquery-emotions/jquery.emotions.calm.css
  2. 2
      jquery-emotions/jquery.emotions.fb.css
  3. 2
      jquery-emotions/jquery.emotions.icq.css
  4. 2
      jquery-emotions/jquery.emotions.js

2
jquery-emotions/jquery.emotions.calm.css

@ -4,6 +4,8 @@ @@ -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 {

2
jquery-emotions/jquery.emotions.fb.css

@ -4,6 +4,8 @@ @@ -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 {

2
jquery-emotions/jquery.emotions.icq.css

@ -4,6 +4,8 @@ @@ -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 {

2
jquery-emotions/jquery.emotions.js

@ -23,7 +23,7 @@ @@ -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…
Cancel
Save