Bug 1228478 - Removed unncesessary code from main.css draft
authordorelbarbu <dorelbarbu96@gmail.com>
Mon, 09 Jan 2017 09:55:20 +0200
changeset 457587 7f124915d285f141062c2f1b51c30e6afce380d0
parent 457586 0fe25a629744c7e656df5064909451af1f7441bd
child 457588 2cf372e1dd1a5d8cd84786610ff35f5450ccf067
push id40818
push userbmo:dorelbarbu96@gmail.com
push dateMon, 09 Jan 2017 08:13:07 +0000
bugs1228478
milestone53.0a1
Bug 1228478 - Removed unncesessary code from main.css MozReview-Commit-ID: F5V6NZQuyPf
browser/base/content/aboutaccounts/main.css
--- a/browser/base/content/aboutaccounts/main.css
+++ b/browser/base/content/aboutaccounts/main.css
@@ -146,15 +146,8 @@ header h1
   }
 
   .button-row button,
   .button-row a.button {
     padding: 10px 0;
   }
 
 }
-
-/* Retina */
-@media
-only screen and (min-device-pixel-ratio: 2),
-only screen and (        min-resolution: 192dpi),
-only screen and (        min-resolution: 2dppx) {
-}