Skip to content

Commit

Permalink
Add a tracking vector image
Browse files Browse the repository at this point in the history
Fixes whatwg/resources.whatwg.org#49.

Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
  • Loading branch information
zcorpan and annevk committed Jan 7, 2020
1 parent daa5960 commit 08c7d5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources.whatwg.org/standard.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ body { margin: 0 auto; padding: 0 2.5em 2em 2.5em; max-width: 80em; background:
bottom: 40px; /* Dodge the collapsed .annoying-warning */
}

.tracking-vector { position: absolute; right: 0; z-index: 5; }
@media (max-width: 767px) {
.tracking-vector { max-width: 35px; }
}

@media (max-width: 767px) {
html { background: #fff; tab-size: 2; }
body { max-width: none; padding: 0 0.625em; }
Expand Down
3 changes: 3 additions & 0 deletions resources.whatwg.org/tracking-vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08c7d5f

Please sign in to comment.