move devtools to separate directory, make HTML-based inspector work
[themes.git] / LCARStrek / devtools / computedview.css
similarity index 97%
rename from LCARStrek/browser/devtools/computedview.css
rename to LCARStrek/devtools/computedview.css
index b0c0fe9ef904206ddb2735faf5ad209397353276..107f9e583cec6a261cb8398ebb1c952e03c7b9d9 100644 (file)
@@ -56,14 +56,14 @@ body {
 }
 
 .property-value, .other-property-value {
-  background-image: url("arrow-e.png");
+  background-image: url("images/arrow-e.png");
   background-repeat: no-repeat;
   background-size: 5px 8px;
 }
 
 @media (min-resolution: 1.1dppx) {
   .property-value, .other-property-value {
-    background-image: url("arrow-e@2x.png");
+    background-image: url("images/arrow-e@2x.png");
   }
 }