fixed Safari 5 smilie bug

This commit is contained in:
2010-06-08 17:58:05 +03:00
parent 35f0ee3f29
commit 3878312470
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
padding: 9px 20px 22px 20px; padding: 9px 20px 22px 20px;
/*word-wrap: break-word;*/ /*word-wrap: break-word;*/
/*text-shadow: #ccc 0px 1px 1px;*/ /*text-shadow: #ccc 0px 1px 1px;*/
overflow: auto; overflow: hidden;
} }
.message .time { .message .time {
font-family: helvetica, sans-serif; font-family: helvetica, sans-serif;

View File

@@ -8,7 +8,7 @@
padding: 9px 20px 22px 20px; padding: 9px 20px 22px 20px;
/*word-wrap: break-word;*/ /*word-wrap: break-word;*/
/*text-shadow: #ccc 0px 1px 1px;*/ /*text-shadow: #ccc 0px 1px 1px;*/
overflow: auto; overflow: hidden;
} }
.message .time { .message .time {
font-family: helvetica, sans-serif; font-family: helvetica, sans-serif;