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/source.html | |
| parent | ea1f59da7d53392a42cd47b9baad024d1a7c557e (diff) | |
use id to style site menu
Diffstat (limited to 'static/source.html')
| -rw-r--r-- | static/source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/source.html b/static/source.html index b2de157d..9fbb1f75 100644 --- a/static/source.html +++ b/static/source.html @@ -26,7 +26,7 @@ <link rel="canonical" href="https://grapheneos.org/source"/> </head> <body> - <nav> + <nav id="site-menu"> <ul> <li><a href="/">GrapheneOS</a></li> <li><a href="/install">Install</a></li> |
