22 lines
255 B
CSS
22 lines
255 B
CSS
.mod-list {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.mod-list-item {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.mod-title {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.include-translations {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.include-translations input {
|
|
margin-right: 8px;
|
|
}
|