10 lines
116 B
CSS
10 lines
116 B
CSS
body {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
/* we do not have a LH sidebar */
|
|
.container-fluid > .content {
|
|
margin-left: 0;
|
|
}
|
|
|