aboutsummaryrefslogtreecommitdiff
path: root/tutorial.html
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-05 19:14:18 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-05 19:30:53 +0430
commitb56625857655fe459ab46715a035313d3bb87359 (patch)
treee5cebce81fc681d99e727542156b663727f7c7ed /tutorial.html
parent55f87bbe318276862ed694782a0abe486ff91f0f (diff)
Add comments, mind the CSS styling
* Clarify selectors and elements with comments * Delete duplicate styles * Change ID names to something that makes more sense
Diffstat (limited to 'tutorial.html')
-rw-r--r--tutorial.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tutorial.html b/tutorial.html
index 8c7d455..dedd33a 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -49,10 +49,10 @@
<div id="container">
<header role="banner">
<!-- global navigation -->
- <nav role="navigation" id="hamnav">
- <label for="hamburger">&#9776;</label>
- <input type="checkbox" id="hamburger"/>
- <div id="hamitems" class="button">
+ <nav role="navigation" id="nav-hamburger-wrapper">
+ <label for="nav-hamburger-input">&#9776;</label>
+ <input type="checkbox" id="nav-hamburger-input"/>
+ <div id="nav-hamburger-items" class="button">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="http://git.maneage.org/project.git/">&#10515; Git</a>