summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index a28b1f2..9d6c3d5 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -153,3 +153,15 @@ a {
width: 100%;
height: 338px;
}
+#emoticon-guide {
+ display: block;
+ width: 147px;
+ height: 22px;
+ text-decoration: none;
+ border: none;
+ background: url("emguide_sprite.gif");
+ text-indent: -999px;
+}
+#emoticon-guide:hover {
+ background-position: 0 -22px;
+}