Durandal appears to automatically add the following inline styling to the div elements wrapping its data-views:
style="margin-left: 0px; margin-right: 0px; opacity: 1; display: block;"
This occurs in both the Durandal and John Papa Hot Towel ASP.NET SPA templates that make use of Durandal.
This inline styling is overriding my external stylesheet, so I need to disable this behavior. I'm assuming this is being injected by one of the JavaScript files, but I can't for the life of me seem to figure out where.
Anyone know how to prevent this inline styling from being added?