Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
23293ea8
Commit
23293ea8
authored
Jun 07, 2017
by
Skia
🤘
Browse files
Small style update to improve Markdown rendering
Signed-off-by:
Skia
<
skia@libskia.so
>
parent
10ee5e17
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/static/core/base.css
View file @
23293ea8
...
...
@@ -29,7 +29,7 @@ body {
line-height
:
1
;
}
ol
,
ul
{
list-style
:
none
;
/*
list-style: none;
*/
}
blockquote
,
q
{
quotes
:
none
;
...
...
core/static/core/style.scss
View file @
23293ea8
...
...
@@ -258,7 +258,6 @@ p, pre {
ul
,
ol
,
dl
{
margin-top
:
1em
;
margin-bottom
:
1em
;
list-style-type
:
disc
;
margin-left
:
25px
;
}
...
...
core/templates/core/pagerev_edit.jinja
View file @
23293ea8
...
...
@@ -26,7 +26,7 @@ function make_preview() {
<p><input
type=
"submit"
value=
"
{%
trans
%}
Save
{%
endtrans
%}
"
/></p>
</form>
<a
href=
"
{{
url
(
'core:page_delete'
,
page_id
=
page.id
)
}}
"
>
{%
trans
%}
Delete
{%
endtrans
%}
</a>
<div
id=
"preview"
>
<div
id=
"preview"
class=
"page_content"
>
</div>
{%
endblock
%}
...
...
Write
Preview
Supports
Markdown
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