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