Skip to content

Commit

Permalink
Fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Jan 31, 2024
1 parent 7942b32 commit 65e6278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ div.modal-float {
}

div.modal-float-margin {
margin: 0 0 20px 20px;
margin: 20px 0 0 20px;
}

div.modal {
Expand Down Expand Up @@ -163,7 +163,7 @@ ul.sub-menu {
background-color: #444;
box-shadow: 0 2px 2px rgba(0,0,0,0.2);
padding: 10px;
margin: 0 0 20px 0;
margin: 0;
list-style-type: none;
}

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

<#nested>

<div class="clear" style="padding: 5px"></div>:

</body>
</html>
</#macro>

0 comments on commit 65e6278

Please sign in to comment.