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
Alexis Brenon
arcades
Commits
0f2afbd3
Commit
0f2afbd3
authored
Jan 31, 2018
by
Alexis Brenon
Browse files
🎨
Fix margins
parent
c0840295
Changes
1
Show whitespace changes
Inline
Side-by-side
assets/ldoc/ldoc.ltp
View file @
0f2afbd3
...
...
@@ -468,14 +468,14 @@
# local has_usage = kitem and kitem.usage and kitem.usage ~= ""
<!-- Kind documentation -->
<section
class=
"card kind-section $(escape(no_spaces(kind)))-kind-section"
<section
class=
"card
mb-3
kind-section $(escape(no_spaces(kind)))-kind-section"
id=
"$(escape(no_spaces(kind)))"
>
<!-- Kind header -->
<h3
class=
"card-header m
-
b-0"
>
$(kind)
</h3>
<h3
class=
"card-header mb-0"
>
$(kind)
</h3>
# if has_sect_description or has_description or has_usage then
<div
class=
"card-block m
-
t-1"
>
<div
class=
"card-block mt-1"
>
<span
class=
"card-title"
>
$(M(module.kinds:get_section_description(kind),nil))
</span>
# if has_description then
...
...
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