diff --git a/assets/sass/_theme/sections/posts.sass b/assets/sass/_theme/sections/posts.sass index 192cfecad0476c84e92a99aec328a0733bcb9dbe..060cd942f051a2192e749c7c19bbdeecd2e682f8 100644 --- a/assets/sass/_theme/sections/posts.sass +++ b/assets/sass/_theme/sections/posts.sass @@ -72,7 +72,7 @@ height: 100% position: absolute width: col-outside-container(4) - .table-infos + .post-infos @include sticky($spacing1) .post-categories @@ -87,7 +87,7 @@ &::after content: none -.table-infos +.post-infos border-top: 1px solid $main-border-color margin-bottom: 0 &, li diff --git a/layouts/partials/posts/post-infos.html b/layouts/partials/posts/post-infos.html index 7ea7ac722a5d1a818c3f00ea17d4481c92baa495..7c43b6c6a27572c8a3142395d91cf4440e0fa341 100644 --- a/layouts/partials/posts/post-infos.html +++ b/layouts/partials/posts/post-infos.html @@ -1,4 +1,4 @@ -<table class="table-infos"> +<table class="post-infos"> <caption>{{ i18n "posts.informations" }}</caption> <tbody> <tr> diff --git a/layouts/partials/programs/presentation.html b/layouts/partials/programs/presentation.html index 77ced924ad54138ae14ae47d5997997282d176d5..8209e128f4938f6b7e5af67e7fea665e147eec14 100644 --- a/layouts/partials/programs/presentation.html +++ b/layouts/partials/programs/presentation.html @@ -10,7 +10,7 @@ {{- end -}} <h3>{{ i18n "programs._administrative_information" }}</h3> - <table class="table table-infos"> + <table class="post-infos"> <caption>{{ i18n "programs._administrative_information" }}</caption> <tbody> {{- with .Params.diplomas -}}