_sass/centos/_main.scss in jekyll-theme-centos-0.6.10 vs _sass/centos/_main.scss in jekyll-theme-centos-0.6.11

- old
+ new

@@ -50,9 +50,21 @@ .page { &__content { @extend .col-sm-12; @include content; + &_directory { + img { + width: auto; + } + pre { + background: none; + border: none; + max-height: none; + overflow-y: hidden; + padding: 0; + } + } } } .blog {