tried to fix sidebar issue - working on local system
This commit is contained in:
parent
d6f897e897
commit
bc9d0b39fd
@ -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%;
|
||||
}
|
||||
|
@ -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%;
|
||||
}
|
||||
|
@ -0,0 +1,8 @@
|
||||
/* show content beneath sidebar */
|
||||
.content {
|
||||
position: relative;
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
margin-left: 10px;
|
||||
width: 80%;
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
/* show content beneath sidebar */
|
||||
.content {
|
||||
position: relative;
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
margin-left: 10px;
|
||||
width: 80%;
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
/* show content beneath sidebar */
|
||||
.content {
|
||||
position: relative;
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
margin-left: 10px;
|
||||
width: 80%;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user