Skip to content

Commit

Permalink
Updated roadmap for styles
Browse files Browse the repository at this point in the history
- fixed header style (width mismatch)
- added current style to geolocation WD
  • Loading branch information
himorin authored and anssiko committed Oct 22, 2024
1 parent 2bd5067 commit e11c2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roadmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
#roadmap {
display: grid;
grid-template-columns: auto 9% 11% 11% 11% 11% 11%;
grid-template-columns: auto 11% 11% 11% 11% 11% 11%;
grid-template-rows: auto;
grid-row-gap: 20px;
}
Expand Down Expand Up @@ -323,7 +323,7 @@

<div class="spec"><a href="https://w3c.github.io/geolocation-api/">Geolocation API</a><a href="https://github.com/w3c/geolocation-api/" class="gh">w3c/geolocation-api</a></div>
<div class="gh"><a href="https://w3c.github.io/geolocation-api/" class="gh">ED</a></div>
<div class="milestone done"><a href="https://www.w3.org/blog/news/archives/9079">Re-published</a></div>
<div class="milestone current wd"><a href="https://www.w3.org/blog/news/archives/9079">Re-published</a></div>
<div class="milestone done"></div>
<div class="milestone done"></div>
<div class="milestone done"></div>
Expand Down

0 comments on commit e11c2aa

Please sign in to comment.