/*
	@homepage http://userstyles.org/styles/3585
	@updateurl http://userstyles.org/styles/iecss/3585/Tumblr%20Dashboard%20Big%20Photos.css
	@url-prefix http://www.tumblr.com/dashboard
*/
@namespace url(http://www.w3.org/1999/xhtml);[id^="small_photo_"] {
    display: none;
  }
  [id^="big_photo_"] {
    display: inline !important;
  }
