5 lines
175 B
CSS
5 lines
175 B
CSS
|
|
html,body {
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.list-title { margin: 0px !important; line-height: 30px; background: #ececec; padding-left: 5px; }
|
||
|
|
.dl-content { margin-top: 0px !important; }
|