Skip to content

Commit

Permalink
Remove custom style that was adding margin/padding between sections (#…
Browse files Browse the repository at this point in the history
…294)

This is not needed anymore as the content is now part of
`component--text`
cf w3c/w3c-jekyll-theme#4
  • Loading branch information
vivienlacourba authored Jan 16, 2025
1 parent 5f7c2d5 commit 4442afe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
6 changes: 1 addition & 5 deletions transitions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2172,11 +2172,7 @@ <h2 id="call-for-exclusions">Call for Exclusions</h2>
})();
</script>

<style>
div.l-box + h2 {
padding-top: 1.25em;
}

<style>
/******************************************************************************/
/* Colored Boxes */
/******************************************************************************/
Expand Down
6 changes: 0 additions & 6 deletions transitions/nextstep.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ <h2 id='resources'>Other resources</h2>
<li><a href="https://www.w3.org/policies/process/#Reports">Recommendation Track Process</a></li>
</ul>

<style>
div.field {
margin-bottom: 2em;
}
</style>

<script type="module">
import { fetchW3C } from 'https://w3c.github.io/gargantua/fetch-utils.js';

Expand Down
3 changes: 0 additions & 3 deletions transitions/wide-review-request.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ <h2 id="resources">Other resources</h2>
</ul>

<style>
#resources {
margin-top: 1.5em;
}
#step_list {
list-style: none;
}
Expand Down

0 comments on commit 4442afe

Please sign in to comment.