Cleanup the positioning the smileys in conversations.

This commit is contained in:
Florian Quèze 2009-06-08 17:33:45 +02:00
Родитель c324239ac3
Коммит 976a07ed57
2 изменённых файлов: 3 добавлений и 8 удалений

Просмотреть файл

@ -41,11 +41,11 @@
}
.ib-img-smile {
margin-bottom: -3px;
vertical-align: text-bottom;
}
*:-moz-any-link .ib-img-smile {
border: none;
border-bottom: solid 1px;
margin-bottom: -2px;
margin-bottom: 1px;
}

Просмотреть файл

@ -45,12 +45,7 @@ p {
margin: 0px auto;
}
p img {
margin-bottom: -3px;
}
p *:-moz-any-link img {
border: none;
margin-bottom: 1px;
border-bottom: solid 1px;
margin-bottom: -2px;
}