Skip to content

Commit 2852d30

Browse files
Fixes alignment issues and cleans up unused css (#10)
* Fixes alignment issues and cleans up unused css * refactor: formatting * fix: remove generated css, should be ignored in vcs --------- Co-authored-by: JP Bruins Slot <jpbruinsslot@gmail.com>
1 parent 73ec67e commit 2852d30

File tree

4 files changed

+11
-21
lines changed

4 files changed

+11
-21
lines changed

src/sphinx_rijkshuisstijl_2008/theme/sphinx_rijkshuisstijl_2008/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
{% block content %}
100100
<main class="sidemenu">
101101
{{ manon_sidebar() }}
102-
<div class="visually-grouped">
102+
<article>
103103
{% block document %}
104104
<div class="content-wrapper">
105105
{{ body }}
@@ -111,7 +111,7 @@
111111
{{- rellink_markup () }}
112112
{%- endif %}
113113
{% endblock %}
114-
</div>
114+
</article>
115115
</main>
116116
{% endblock %}
117117

src/sphinx_rijkshuisstijl_2008/theme/sphinx_rijkshuisstijl_2008/static/css/theme.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/scss/_pagination.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
.related {
22
margin-top: 1rem;
3-
padding-top: 0.5rem;
3+
padding: 1rem 3rem 0 3rem;
44
border-top: 1px solid #f3f3f3;
55
}
66

77
.previous {
88
display: inline-block;
99
text-align: left;
10+
11+
.icon {
12+
margin-right: 0.5rem;
13+
}
1014
}
1115

1216
.next {
1317
display: inline-block;
1418
text-align: right;
19+
20+
.icon {
21+
margin-left: 0.5rem;
22+
}
1523
}
1624

1725
nav.pagination {

static/scss/_visually-grouped.scss

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)