Skip to content

Commit c972ea9

Browse files
authored
Merge pull request #37 from idseefeld/bugs/fix-marketplace
Bugs/fix marketplace
2 parents 225be97 + 4bee597 commit c972ea9

File tree

58 files changed

+601
-1790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+601
-1790
lines changed

src/wysiwgUmbracoCommunityExtensions.TestSite/Views/layout.cshtml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
<link href="~/styles/customer.min.css?v=@v" rel="stylesheet" />
3333

3434
<style>
35-
#canvas {
36-
background: @(pageBackgroundColor ?? "inherit");
35+
body, html {
36+
background-color: @(pageBackgroundColor ?? "inherit");
37+
margin: 0;
3738
}
3839
</style>
3940
</head>

0 commit comments

Comments
 (0)