Merge pull request #986 from josephfusco/refactor-sass

Add DRY gallery columns to Sass files.

Closes #986
This commit is contained in:
David A. Kennedy 2017-06-22 18:07:57 -04:00 committed by GitHub
commit 339aa37d30
2 changed files with 10 additions and 35 deletions

View file

@ -864,7 +864,7 @@ object {
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
@ -876,11 +876,11 @@ object {
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
@ -888,7 +888,7 @@ object {
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
max-width: 11.11111%;
}
.gallery-caption {