delete unused files

closebutton bindings work correct now.
This commit is contained in:
2020-06-01 19:09:32 +02:00
parent e0f5d62edf
commit d30cc41f7a
12 changed files with 139 additions and 421 deletions

14
src/css/HomePage.css Normal file
View File

@@ -0,0 +1,14 @@
.sideinfo{
width: 20%;
float: left;
}
.maincontent{
float: left;
width: 70%;
}
.rightinfo{
float: left;
width: 10%;
}