18 lines
203 B
CSS
18 lines
203 B
CSS
body {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.navbar .brand {
|
|
line-height: 32px;
|
|
}
|
|
|
|
/* we do not have a LH sidebar */
|
|
.container-fluid > .content {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.recline-grid-container {
|
|
height: 550px;
|
|
}
|
|
|