mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
17 lines
233 B
CSS
17 lines
233 B
CSS
.form-horizontal .form-group {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
h2 {
|
|
font-weight: bold;
|
|
font-size: 1.3em !important;
|
|
}
|
|
|
|
.checkbox {
|
|
margin-bottom: 15px !important;
|
|
}
|
|
|
|
.checkbox label {
|
|
font-weight: bold;
|
|
}
|