Update vendor files

- Drop IE8 polyfill scripts
This commit is contained in:
Michael Rose
2016-03-09 21:23:27 -05:00
parent 611be93d83
commit 2b494bb9d8
14 changed files with 59 additions and 118 deletions

View File

@@ -292,7 +292,7 @@ button {
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
font-family: $base-font;
&:hover,
&:focus {
@@ -500,6 +500,10 @@ button {
figure {
margin: 0;
}
figcaption {
margin-top: 0;
margin-bottom: 0; // reset for bottom spacing
}
}
.mfp-bottom-bar {
margin-top: -$mfp-image-padding-bottom + 4;