tried to fix sidebar issue - working on local system

This commit is contained in:
Tobias Gabelunke 2020-07-09 10:14:53 +02:00
parent d6f897e897
commit bc9d0b39fd
6 changed files with 46 additions and 4 deletions

View File

@ -1,3 +1,12 @@
th.sortable:hover {
text-decoration: underline;
}
/* show content beneath sidebar */
.content {
position: relative;
float: left;
margin-top: 10px;
margin-left: 10px;
width: 80%;
}

View File

@ -5,3 +5,12 @@
.text-very-large {
font-size: 2.4rem;
}
/* show content beneath sidebar */
.content {
position: relative;
float: left;
margin-top: 10px;
margin-left: 10px;
width: 80%;
}

View File

@ -0,0 +1,8 @@
/* show content beneath sidebar */
.content {
position: relative;
float: left;
margin-top: 10px;
margin-left: 10px;
width: 80%;
}

View File

@ -0,0 +1,8 @@
/* show content beneath sidebar */
.content {
position: relative;
float: left;
margin-top: 10px;
margin-left: 10px;
width: 80%;
}

View File

@ -0,0 +1,8 @@
/* show content beneath sidebar */
.content {
position: relative;
float: left;
margin-top: 10px;
margin-left: 10px;
width: 80%;
}