Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icinga-checks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
icinga-checks
Merge requests
!284
OP#7559 Doku der Icinga checks - keine H1 Überschriften verwenden
https://projects.iml.unibe.ch/work_packages/7559
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
OP#7559 Doku der Icinga checks - keine H1 Überschriften verwenden
https://projects.iml.unibe.ch/work_packages/7559
simple-task/7546-icinga-check-für-ablaufende-gitlab-tokens
into
master
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
simple-task/7546-icinga-check-für-ablaufende-gitlab-tokens
into
master
6 months ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a9ed9bda
Prev
Next
Show latest version
1 file
+
4
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a9ed9bda
update docs css
· a9ed9bda
Hahn Axel (hahn)
authored
6 months ago
docs/style.css
+
4
−
6
Options
@@ -131,19 +131,17 @@ a.Brand {
padding-top
:
6em
;
}
/**
h1::before{color: #aaa;content: 'h1: ';}
h2::before{color: #aaa;content: 'h2: ';}
h3::before{color: #aaa;content: 'h3: ';}
h4::before{color: #aaa;content: 'h4: ';}
h5::before{color: #aaa;content: 'h5: ';}
h6::before{color: #aaa;content: 'h6: ';}
h1
::before
{
color
:
#aaa
;
content
:
''
;}
*/
h2
::before
{
color
:
#888
;
content
:
': : '
;}
h3
::before
{
color
:
#aaa
;
content
:
'> '
;}
h4
::before
{
color
:
#aaa
;
content
:
'_ '
;}
h5
::before
{
color
:
#aaa
;
content
:
'h5: '
;}
h6
::before
{
color
:
#aaa
;
content
:
'h6: '
;}
h3
::before
{
color
:
#ccc
;
content
:
'> '
;}
h4
::before
{
color
:
#ccc
;
content
:
'_ '
;}
.s-content
h1
::before
{
color
:
#f00
;
Loading