mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Fixes #1697 -- media query for firefox for embedding inside firebug for documentation.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user