diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 18:02:03 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 18:02:03 -0500 |
| commit | 52dcbd7595edb50523007b3f5b003cbbc5759f15 (patch) | |
| tree | 336c978469d246fbd9a6b42d49ca6c785c142437 /static/pdfviewer-privacy-policy.html | |
| parent | ea1f59da7d53392a42cd47b9baad024d1a7c557e (diff) | |
use id to style site menu
Diffstat (limited to 'static/pdfviewer-privacy-policy.html')
| -rw-r--r-- | static/pdfviewer-privacy-policy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/pdfviewer-privacy-policy.html b/static/pdfviewer-privacy-policy.html index 1d15a5a4..2f25ee2a 100644 --- a/static/pdfviewer-privacy-policy.html +++ b/static/pdfviewer-privacy-policy.html @@ -26,7 +26,7 @@ <link rel="canonical" href="https://grapheneos.org/pdfviewer-privacy-policy"/> </head> <body> - <nav> + <nav id="site-menu"> <ul> <li><a href="/">GrapheneOS</a></li> <li><a href="/install">Install</a></li> |
