Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!652
Resolve "Notification and announcement header lines are not bold"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Notification and announcement header lines are not bold"
462-notification-and-announcement-header-lines-are-not-bold
into
master
Overview
9
Commits
3
Pipelines
4
Changes
3
All threads resolved!
Hide all comments
Merged
Julian
requested to merge
462-notification-and-announcement-header-lines-are-not-bold
into
master
3 years ago
Overview
9
Commits
3
Pipelines
4
Changes
3
All threads resolved!
Hide all comments
Expand
Closes
#462 (closed)
Edited
3 years ago
by
Julian
0
0
Merge request reports
Viewing commit
3bd089a4
Prev
Next
Show latest version
3 files
+
8
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
3bd089a4
Use semantic html elements in announcements an notifications
· 3bd089a4
Julian
authored
3 years ago
aleksis/core/static/style.scss
+
6
−
0
Options
@@ -517,6 +517,12 @@ th.orderable.desc > a {
font-weight
:
700
;
}
.alert
h1
{
font-weight
:
700
;
font-size
:
17px
;
margin
:
auto
;
}
.alert
>
p
,
.alert
>
div
{
margin
:
10px
;
padding
:
10px
;
Loading