mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-11 06:31:58 +08:00
fix style of h3 settings headings
Signed-off-by: binsky <timo@binsky.org>
This commit is contained in:
parent
efea5803fc
commit
1f318e7053
3 changed files with 7 additions and 1 deletions
|
|
@ -1252,6 +1252,9 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 3px 5px; }
|
padding: 3px 5px; }
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-weight: bold; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Nextcloud - passman
|
* Nextcloud - passman
|
||||||
*
|
*
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -84,3 +84,6 @@
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
h3 {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue