Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Staremang committed Feb 14, 2017
1 parent 4dfbcc9 commit 469fef7
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 16 deletions.
33 changes: 23 additions & 10 deletions Formatted.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
}

.b-communities,
.b-communities>.coms-top-panel {
.b-communities>.coms-top-panel,
.b-community-ban-list {
padding: 0
}

Expand All @@ -56,7 +57,8 @@
}

table#header_t {
background: none!important
background: none!important;
height: 90px;
}

div#branding_ad_header {
Expand All @@ -78,7 +80,8 @@
.b-gtpost-builder,
.b-sign,
.b-community-header,
.b-feed-panel.feed-panel-transparent {
.b-feed-panel.feed-panel-transparent,
.b-community-ban-list {
border-radius: 3px;
background-color: #fff
}
Expand Down Expand Up @@ -172,7 +175,8 @@
.b-comments__next,
#blk-upcoming,
.b-story-duplicates,
.b-community-header {
.b-community-header,
.b-community-ban-list {
margin-right: 20px!important;
margin-left: 80px!important
}
Expand Down Expand Up @@ -201,7 +205,8 @@
.b-sign,
.b-gtpost-builder,
.b-community-header,
.note_wrap {
.note_wrap,
.b-community-ban-list {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .29)!important
}

Expand Down Expand Up @@ -392,23 +397,31 @@
background: #fffcdd!important;
border-color: #f1edbc
}

section.ad-slider > section {
background: white!important;
}
span.story_tag_list {
display: inline-block;
padding-top: 6px
}

.header-nav tr:last-child {
height: 90px
}
.active4 {
display: none;
}
table.inner_wrap {
margin-top: 25px
}

td.header-nav-top {
display: none;
}
.inner_wrap[style="margin-bottom: 20px;"] {
margin-top: -15px!important
}

.header-cont {
background: #fff;
height: 90px
background: #fff
}

td.header-nav-bottom {
Expand Down
20 changes: 14 additions & 6 deletions New-Pikabu-Design.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

## Версии

####v.1.7.2 (15 февраля 2017)
- Изменен баг с интерактивной рекламой в шапке сайта
- Исправлена инор-лист сообществ

####v.1.7.1 (14 октября 2016)
- Изменен блок информацией о сообществе
Expand Down

0 comments on commit 469fef7

Please sign in to comment.