Skip to content

Commit

Permalink
Updated for release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Apr 10, 2021
1 parent ab2f908 commit 1d16724
Show file tree
Hide file tree
Showing 38 changed files with 1,671 additions and 499 deletions.
214 changes: 96 additions & 118 deletions css/dark.css

Large diffs are not rendered by default.

19 changes: 9 additions & 10 deletions css/layout.css
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
body {
height: 100vh;
width: 100%;
margin:0;
padding:0;
margin: 0;
padding: 0;
}

header {
position: absolute;
left:0;
top:0;
right:0;
left: 0;
top: 0;
right: 0;
height: 29px;
width: 100%;
}

footer {
position: absolute;
height: 29px;
left:0;
bottom:0;
right:0;
left: 0;
bottom: 0;
right: 0;
vertical-align: bottom;
}

}
Loading

0 comments on commit 1d16724

Please sign in to comment.