Jump to content

Рамки/полосы на аватарках


1klass

Recommended Posts

Давно замечал, что есть эта мелочь, но не особо придавал ей значения
Но теперь всё-таки дошли руки и задумался, как это исправить
Зайдите в темку и посмотрите на аватарки пользователей, у каждой из них сверху и с низу есть непонятные полосы и это режет глаза уже
Кто-то может подсказать, как исправить данный казус?

http://forum.lumix-rp.ru/index.php?/topic/10754-l-rp-l-последняя-и-первая/&page=27

Link to comment
Share on other sites

найти:

.ipsUserPhoto {
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    line-height: 1px;
    position: relative;
    margin: 2px;
    border-radius: 2px;
}

заменить на:

.ipsUserPhoto {
    background: #fff;
    vertical-align: middle;
    line-height: 1px;
    position: relative;
    margin: 2px;
    border-radius: 2px;
}

 

Link to comment
Share on other sites

10 минут назад, WOLF сказал:

найти:


.ipsUserPhoto {
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    line-height: 1px;
    position: relative;
    margin: 2px;
    border-radius: 2px;
}

заменить на:


.ipsUserPhoto {
    background: #fff;
    vertical-align: middle;
    line-height: 1px;
    position: relative;
    margin: 2px;
    border-radius: 2px;
}

 

Помогло, но не совсем тем образом, которого хотелось бы
Рамки уже нету, но теперь сами полосы стали белые

Link to comment
Share on other sites

В общем смог решить эту проблему самым тупым методом, которым возможно
поменял в том, что ты посоветовал цвет бэкграунда на цвет самого форума))

.ipsUserPhoto {
    background: #1c1c1c;
    vertical-align: middle;
    line-height: 1px;
    position: relative;
    margin: 2px;
    border-radius: 2px;
}
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...