_sass/centos/_main.scss in jekyll-theme-centos-0.6.18 vs _sass/centos/_main.scss in jekyll-theme-centos-0.6.19
- old
+ new
@@ -43,10 +43,21 @@
&__content {
@extend .col-sm-12, .col-md-12, .col-lg-8, .col-xl-8;
@include content;
@include content-nav;
+ &__mailman {
+ &__article {
+ padding: 0;
+ overflow: hidden;
+ max-height: none;
+ border: none;
+ background: $white;
+ font-size: 1rem;
+ white-space: pre-wrap;
+ }
+ }
}
}
.page {
&__content {
@@ -76,18 +87,9 @@
&__admlogin {
&> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
background-color: $white;
border: none;
}
- }
- &__article {
- padding: 0;
- overflow: hidden;
- max-height: none;
- border: none;
- background: $white;
- font-size: 1rem;
- white-space: pre-wrap;
}
&__listinfo {
&> 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,
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {