@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.tumblr.com/dashboard") {
  [id^="small_photo_"] {
    display: none;
  }
  [id^="big_photo_"] {
    display: inline !important;
  }
}
