tried to fix sidebar issue - working on local system
This commit is contained in:
parent
d6f897e897
commit
bc9d0b39fd
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
/* show content beneath sidebar */
|
/* show content beneath sidebar */
|
||||||
.content {
|
.content {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
th.sortable:hover {
|
th.sortable:hover {
|
||||||
text-decoration: underline;
|
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 {
|
.text-very-large {
|
||||||
font-size: 2.4rem;
|
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