Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
librenet.gr
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
LibreOps
librenet.gr
Commits
78538d03
Unverified
Commit
78538d03
authored
Jun 11, 2019
by
Fla
Committed by
Benjamin Neff
Jun 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Harmonize markdown titles sizes
fixes #7757 closes #8029
parent
d8b3718a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
Changelog.md
Changelog.md
+1
-0
app/assets/stylesheets/markdown-content.scss
app/assets/stylesheets/markdown-content.scss
+24
-0
No files found.
Changelog.md
View file @
78538d03
# 0.7.12.0
## Refactor
*
Harmonize markdown titles sizes
[
#8029
](
https://github.com/diaspora/diaspora/pull/8029
)
## Bug fixes
*
Improve handling of mixed case hostnames while fetching OpenGraph data
[
#8021
](
https://github.com/diaspora/diaspora/pull/8021
)
...
...
app/assets/stylesheets/markdown-content.scss
View file @
78538d03
...
...
@@ -16,6 +16,30 @@
}
}
h1
{
font-size
:
2
.7rem
;
}
h2
{
font-size
:
2
.3rem
;
}
h3
{
font-size
:
2rem
;
}
h4
{
font-size
:
1
.8rem
;
}
h5
{
font-size
:
1
.6rem
;
}
h6
{
font-size
:
1
.4rem
;
}
.img-responsive
{
display
:
inline
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment