Skip to content
Snippets Groups Projects
Commit c37245f3 authored by alexisben's avatar alexisben
Browse files

rename table infos to post infos

parent 1c60d32c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
<table class="table-infos">
<table class="post-infos">
<caption>{{ i18n "posts.informations" }}</caption>
<tbody>
<tr>
......
......@@ -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 -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment