Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zhou Fang
hugo-solstice-theme
Commits
64abfb65
Commit
64abfb65
authored
May 07, 2021
by
Zhou Fang
Committed by
Martin Lowe
May 10, 2021
Browse files
used classname to set margin and padding to 0
parent
1034a9b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
layouts/shortcodes/events/agenda.html
View file @
64abfb65
...
...
@@ -169,7 +169,7 @@ span.eclipsefdn-agenda-legend-icon-{{ urlize .id }}::after {
{{ else }}
{{if .times }}
<td>
<ul
style=
"list-style: none;
padding: 0; margin: 0
"
>
<ul
class=
"margin-0 padding-0"
style=
"list-style: none;"
>
{{range .times}}
<li>
{{ . }}
</li>
{{end}}
...
...
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