Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
eac961e2
Commit
eac961e2
authored
Nov 13, 2019
by
gijs
Browse files
Style details
parent
c88f8b38
Changes
3
Hide whitespace changes
Inline
Side-by-side
generator/templates/produser.html
View file @
eac961e2
...
...
@@ -19,8 +19,10 @@
{% endif %}
{% if produser.content %}
<h2>
Biography
</h2>
{{ produser.content }}
<section
class=
"long-text"
>
<h2>
Biography
</h2>
{{ produser.content }}
</section>
{% endif %}
{% if produser.events and produser.events.targets %}
...
...
generator/templates/static/styles.css
View file @
eac961e2
...
...
@@ -217,7 +217,7 @@ nav ul {
/* width: 23px; */
/* left: 0; */
position
:
relative
;
margin-top
:
40
px
;
margin-top
:
19
px
;
}
nav
ul
li
{
...
...
@@ -796,3 +796,7 @@ div .pad {
margin-top
:
.5em
;
margin-bottom
:
.5em
;
}
main
>
:last-child
{
margin-bottom
:
calc
(
3
*
var
(
--line-height
));
}
\ No newline at end of file
generator/templates/static/styles.simple.css
View file @
eac961e2
...
...
@@ -573,6 +573,10 @@ a.tag {
list-style-type
:
none
;
}
.programme-item-list
h2
{
margin-top
:
.5em
;
}
.programme-item-list
>
li
{
border-bottom
:
2px
solid
black
;
padding
:
1em
;
...
...
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