Fixes #1697 -- media query for firefox for embedding inside firebug for documentation.

This commit is contained in:
Jeremy Ashkenas
2012-10-03 15:00:11 -04:00
parent 2b1e9b48bf
commit 205307a856

View File

@@ -204,7 +204,8 @@
img.example_image {
margin: 0px auto;
}
@media only screen and (-webkit-max-device-pixel-ratio: 1) and (max-width: 600px) {
@media only screen and (-webkit-max-device-pixel-ratio: 1) and (max-width: 600px),
only screen and (max--moz-device-pixel-ratio: 1) and (max-width: 600px) {
div#sidebar {
display: none;
}