Remove needless order property from gallery CSS.

This commit is contained in:
ccd0 2016-04-27 07:46:33 -07:00
parent 7c3cf1abbe
commit 015db35c85

View File

@ -1900,11 +1900,9 @@ a:only-of-type > .remove {
background: rgba(0, 190, 255,.8);
}
.gal-prev {
order: 0;
border-right: 1px solid #222;
}
.gal-next {
order: 2;
border-left: 1px solid #222;
}
.gal-prev,
@ -1940,7 +1938,6 @@ a:only-of-type > .remove {
right: 3px;
}
.gal-image {
order: 1;
-webkit-flex: 1 0 auto;
flex: 1 0 auto;
display: -webkit-flex;