mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 07:55:55 +01:00
Tweak a style of titles of the system settings
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<form action="@context.path/admin/plugins/_reload" method="POST" class="pull-right">
|
||||
<input type="submit" value="Reload plugins" class="btn btn-default">
|
||||
</form>
|
||||
<h1>Plugins</h1>
|
||||
<h1 class="system-config-title">Plugins</h1>
|
||||
@if(plugins.size > 0) {
|
||||
<ul>
|
||||
@plugins.map { case (plugin, enabled) =>
|
||||
|
||||
@@ -16,6 +16,11 @@ h1 {
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
h1.system-config-title {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 28px;
|
||||
line-height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user