Center twitter embeds differently. again.

This time, just target the iframe. display: table was weird in webkit.
This commit is contained in:
Paul O’Shannessy
2014-02-05 16:23:43 -08:00
parent 084f24e3e7
commit 407589bd96
+3 -4
View File
@@ -745,8 +745,7 @@ p code {
}
}
// Twitter embeds
div[data-twttr-id] {
margin: auto;
display: table;
// Twitter embeds. Need to !important because they inline margin on the iframe.
div[data-twttr-id] iframe {
margin: 10px auto !important;
}