mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-08 05:04:04 +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;
|
||||
padding: 3px 5px; }
|
||||
|
||||
h3 {
|
||||
font-weight: bold; }
|
||||
|
||||
/**
|
||||
* Nextcloud - passman
|
||||
*
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -84,3 +84,6 @@
|
|||
padding: 3px 5px;
|
||||
}
|
||||
}
|
||||
h3 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue