Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Commit 3c53c75

Browse files
committed
Fix CSS style for site closure notice
1 parent 07f6e6f commit 3c53c75

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

_sass/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,8 @@ pre {
209209

210210
.distributed {
211211
color: red !important;
212+
}
213+
214+
.warning {
215+
font-weight: bold;
212216
}

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<h1 class="page-heading">This is the community site for all the public <a href="https://github.com/gitbucket/gitbucket">GitBucket</a> plugins.</h1>
88

9-
<strong>
9+
<div class="warning">
1010
Note: This site is no longer maintained and will soon be deleted completely.
11-
The list of community plugins is now managed on a Wiki page in the gitbucket repository.<br/>
11+
The list of community plugins is now managed on a Wiki page in the gitbucket repository:
1212
<a href="https://github.com/gitbucket/gitbucket/wiki/Community-Plugins">https://github.com/gitbucket/gitbucket/wiki/Community-Plugins</a>
13-
</strong>
13+
</div>
1414

1515
<h1 class="page-heading">Available Plugins:</h1>
1616
<p class="separator"/>

0 commit comments

Comments
 (0)