Simplify border and background in admin header

Instead of defining them for all headers and then overwriting them, we
can add it just to the body of the public layout.
This commit is contained in:
Javi Martín
2021-07-05 22:50:09 +02:00
parent 7d50fed2a3
commit b5fd875133
3 changed files with 8 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
<%= raw setting["html.per_page_code_head"] %>
</head>
<body class="<%= yield (:body_class) %>">
<body class="<%= yield (:body_class) %> public">
<%= raw setting["html.per_page_code_body"] %>
<div class="wrapper <%= yield (:wrapper_class) %>">