Where does the resource come from: //gre/res/html.css?

I just use ASP.NET MVC 2 and realized that I was getting a stylish style sheet

alt text

And I can't ride it ...

The biggest problem is that in another browser, I get the same behavior with this ghostly CSS, and it drives me crazy!

In the image above, I am using Firefox 3.6.11 with Firebug 1.5.4

I have this html.css file nowhere in my Visual Studio solution, how can I enjoy it as it bolts my design using line 345

 ul, menu, dir { display:block; list-style-type:disc; margin-bottom:1em; margin-left:0; margin-right:0; margin-top:1em; padding-left-ltr-source:logical; padding-right-rtl-source:logical; padding-start-value:40px; } 
+4
source share
1 answer

C:\Program Files\Mozilla Firefox\res\html.css is the location of the css.

+1
source

All Articles