1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

Шаблон Synio

This commit is contained in:
Denis Shakhov 2016-11-15 13:18:28 +07:00
parent f7e84d141c
commit b1d62c55e5
3 changed files with 10 additions and 3 deletions

View file

@ -14,7 +14,7 @@
/* Навигация */
.layout-nav {
min-height: 26px;
min-height: 57px;
margin: 0 auto 32px;
overflow: hidden;
padding: 15px 17px 15px;

View file

@ -9,11 +9,18 @@
/**
* Список блогов
*/
.ls-block.blog-block-blogs .ls-item-group {
padding-top: 5px;
}
.ls-block.blog-block-blogs .ls-item {
padding: 5px 0;
padding: 0;
margin-bottom: 15px;
font-size: 11px;
border: none;
}
.ls-block.blog-block-blogs .ls-item:last-child {
margin-bottom: 0;
}
.ls-block.blog-block-blogs .ls-item-title {
font-size: 14px;
margin-bottom: 3px;

View file

@ -88,7 +88,7 @@
}
.talk-list-item.talk-unread .talk-list-item-count {
background: #8961e4;
background: #eaf5ff;
color: #fff;
}
.talk-list-item.talk-unread .talk-list-item-count strong {