_sass/centos/_main.scss in jekyll-theme-centos-0.6.21 vs _sass/centos/_main.scss in jekyll-theme-centos-0.6.22

- old
+ new

@@ -98,11 +98,18 @@ } &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) { text-align: right; } } - &__listinfo { + &__welcome { + &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1), + &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) { + display: none; + } + &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td > p { + line-height: $line-height-base; + } &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1), &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td, &> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td, &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td { background-color: $white; @@ -135,10 +142,10 @@ } &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) { @extend .text-white, .bg-dark; } } - &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin { + &__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin { img { width: auto; } } }