W
W
wkololo_4ever2014-05-11 19:43:49
css
wkololo_4ever, 2014-05-11 19:43:49

Where did the inline style come from?

This is what the site header looks like

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width" />
    <title>@ViewBag.Title</title>
    @Styles.Render("~/Content/css")
    @Styles.Render("~/Content/css/jqueryui")
</head>

That is, there is nothing superfluous and there are no built-in styles. However, in the browser, the header starts to look like this. 23c431abfa74418fa1ba18343dd2825f.png53e95e0664ab4a24b24041c480565919.png
Where did they come from and how to get rid of them?
PS: Even after commenting lines
@Styles.Render("~/Content/css")
    @Styles.Render("~/Content/css/jqueryui")

these styles remain.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Velichko, 2014-05-11
@wkololo_4ever

Some script added or browser plugin. The latter is more likely

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question