Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove custom style that was adding margin/padding between sections #294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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