Skip to content

Commit

Permalink
PROBE-216: Remove inline CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley committed Sep 3, 2024
1 parent 03a7c42 commit c904b6b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions webcomponents/reglementen-lijst/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ <h1>Reglementen lijst</h1>
aantal="5"
pager="true"
>
<h2 class="h3" slot="title" style="display:flex;flex-direction:column;gap:30px;margin:0 0 30px 0;padding:0 20px;">
<span class="h3" slot="title">
Meest recente reglementen Stad Gent
</h2>
</span>
</reglementen-lijst>

<reglementen-lijst
Expand All @@ -39,19 +39,19 @@ <h2 class="h3" slot="title" style="display:flex;flex-direction:column;gap:30px;m
taxonomy="http://stad.gent/id/concepts/decision_making_themes"
concepts="http://stad.gent/id/concepts/decision_making_themes/concept_30"
>
<h2 class="h3" slot="title" style="display:flex;flex-direction:column;gap:30px;margin:0 0 30px 0;padding:0 20px;">
<span class="h3" slot="title">
Meest recente reglement Stad Gent mbt Mobiliteit
</h2>
</span>
</reglementen-lijst>

<reglementen-lijst
sparql-endpoint="https://probe.stad.gent/sparql"
aantal="1"
types="https://data.vlaanderen.be/id/concept/BesluitType/e8afe7c5-9640-4db8-8f74-3f023bec3241"
>
<h2 class="h3" slot="title" style="display:flex;flex-direction:column;gap:30px;margin:0 0 30px 0;padding:0 20px;">
<span class="h3" slot="title">
Meest recente Politiereglement Stad Gent
</h2>
</span>
</reglementen-lijst>

<reglementen-lijst
Expand All @@ -60,19 +60,19 @@ <h2 class="h3" slot="title" style="display:flex;flex-direction:column;gap:30px;m
types="https://data.vlaanderen.be/id/concept/BesluitType/e8afe7c5-9640-4db8-8f74-3f023bec3241"
bestuursorganen="http://data.lblod.info/id/bestuursorganen/c55fc5e892d9540e8d2463b4377e1f4b2caad04b280118f9fc408e5df61f5737"
>
<h2 class="h3" slot="title" style="display:flex;flex-direction:column;gap:30px;margin:0 0 30px 0;padding:0 20px;">
<span class="h3" slot="title">
Meest recente reglement van het College van Burgemeester en Schepenen van Stad Gent
</h2>
</span>
</reglementen-lijst>

<reglementen-lijst
sparql-endpoint="https://probe.stad.gent/sparql"
aantal="1"
bestuurseenheden="http://data.lblod.info/id/bestuurseenheden/353234a365664e581db5c2f7cc07add2534b47b8e1ab87c821fc6e6365e6bef5 http://data.lblod.info/id/bestuurseenheden/c5623baf3970c5efa9746dff01afd43092c1321a47316dbe81ed79604b56e8ea"
>
<h2 class="h3" slot="title" style="display:flex;flex-direction:column;gap:30px;margin:0 0 30px 0;padding:0 20px;">
<span class="h3" slot="title">
Meest recente reglement van OCMW & Stad Gent
</h2>
</span>
</reglementen-lijst>

</body>
Expand Down

0 comments on commit c904b6b

Please sign in to comment.