Skip to content

Commit

Permalink
added padding at top of footer
Browse files Browse the repository at this point in the history
  • Loading branch information
cintek committed Oct 27, 2023
1 parent 0cacf05 commit 9d0bb80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/moin/themes/topside/static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ body { font-size: 1em; margin: 0; font-family: "Helvetica Neue", Helvetica, Aria
html { font-size: 1em; min-height: 100%; position: relative; }
#moin-footer { position: absolute; bottom: 0; display: flex; flex-direction: column;
row-gap: 8pt; }
#moin-footer hr { display: none; }
#credits-and-license-container { display: flex; justify-content: space-between; }
#credits-and-license-container .text-container { display: flex; flex-direction: column;
justify-content: space-between; }
Expand Down Expand Up @@ -77,7 +78,7 @@ ul.moin-breadcrumb li ul.moin-alias li { display: block; padding: 2px 10px; }
#moin-content { margin: 0 5%; width: auto; padding-bottom: 9em; }

#moin-footer { background-image: url("../../../static/img/snow.jpg"); border-top: 1px solid #D7E9FD;
padding: 0 5% 10pt 5%; }
padding: 8pt 5% 10pt 5%; }

#moin-pageinfo,
#moin-wiki-license,
Expand Down

0 comments on commit 9d0bb80

Please sign in to comment.