Commit d0b54320 authored by Madhur's avatar Madhur

relative url

parent 7fbe9daf
body body
{ {
background: #222222 url("img/black_linen_v2.png") repeat; background: #222222 url("../img/black_linen_v2.png") repeat;
color: #aaaaaa; color: #aaaaaa;
} }
...@@ -27,7 +27,7 @@ display: inline-block; ...@@ -27,7 +27,7 @@ display: inline-block;
width: 23px; width: 23px;
height: 23px; height: 23px;
vertical-align: text-top; vertical-align: text-top;
background: url('img/IconsetW.png') -10px -4px/42px 1171px no-repeat; background: url('../img/IconsetW.png') -10px -4px/42px 1171px no-repeat;
opacity: 0.8; opacity: 0.8;
} }
...@@ -109,11 +109,11 @@ opacity: 1; ...@@ -109,11 +109,11 @@ opacity: 1;
display: inline-block; display: inline-block;
width: 24px; width: 24px;
height: 29px; height: 29px;
background: url('img/IconsetSmiles.png') no-repeat; background: url('../img/IconsetSmiles.png') no-repeat;
background-size: 42px 350px; background-size: 42px 350px;
} }
.is_1x .emoji-menu-tabs .emoji-menu-tab { .is_1x .emoji-menu-tabs .emoji-menu-tab {
background-image: url('img/IconsetSmiles_1x.png'); background-image: url('../img/IconsetSmiles_1x.png');
} }
.emoji-menu-tabs .icon-recent {background-position: -9px -306px; } .emoji-menu-tabs .icon-recent {background-position: -9px -306px; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment