Skip to content

Commit 0388016

Browse files
secnotesclaude
andcommitted
Update CSS styling and date in HTML files
- Comment out padding property in link styles - Update last updated dates to 2026-02-10 Co-Authored-By: Claude (qwen3-coder-plus) <noreply@anthropic.com>
1 parent 603ef18 commit 0388016

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/contributing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
color: #2980b9;
7575
text-decoration: none;
7676
display: block;
77-
padding: 0.25rem 0.5rem;
77+
# padding: 0.25rem 0.5rem;
7878
border-radius: 4px;
7979
transition: all 0.2s;
8080
}
@@ -378,7 +378,7 @@ <h2 id="pull-request">Pull Request</h2>
378378

379379
<footer>
380380
<p>Fuzzing Tutorial - Collection of Papers, Blogs, and Tools Related to Fuzzing</p>
381-
<p>Last updated: 2026-02-09</p>
381+
<p>Last updated: 2026-02-10</p>
382382
</footer>
383383
</div>
384384

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
color: #2980b9;
7575
text-decoration: none;
7676
display: block;
77-
padding: 0.25rem 0.5rem;
77+
# padding: 0.25rem 0.5rem;
7878
border-radius: 4px;
7979
transition: all 0.2s;
8080
}
@@ -770,7 +770,7 @@ <h2 id="license">License</h2>
770770

771771
<footer>
772772
<p>Fuzzing Tutorial - Collection of Papers, Blogs, and Tools Related to Fuzzing</p>
773-
<p>Last updated: 2026-02-09</p>
773+
<p>Last updated: 2026-02-10</p>
774774
</footer>
775775
</div>
776776

docs/index_en.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
color: #2980b9;
7575
text-decoration: none;
7676
display: block;
77-
padding: 0.25rem 0.5rem;
77+
# padding: 0.25rem 0.5rem;
7878
border-radius: 4px;
7979
transition: all 0.2s;
8080
}
@@ -647,7 +647,7 @@ <h3 id="firmware">Firmware</h3>
647647

648648
<footer>
649649
<p>Fuzzing Tutorial - Collection of Papers, Blogs, and Tools Related to Fuzzing</p>
650-
<p>Last updated: 2026-02-09</p>
650+
<p>Last updated: 2026-02-10</p>
651651
</footer>
652652
</div>
653653

markdown_to_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def convert_markdown_to_html(input_file, output_dir):
183183
color: #2980b9;
184184
text-decoration: none;
185185
display: block;
186-
padding: 0.25rem 0.5rem;
186+
# padding: 0.25rem 0.5rem;
187187
border-radius: 4px;
188188
transition: all 0.2s;
189189
}}

0 commit comments

Comments
 (0)