Skip to content

Commit

Permalink
learn.jquery.com: restore hiding of list bullets in sidebar
Browse files Browse the repository at this point in the history
Follows-up 7d0b081.
  • Loading branch information
Krinkle committed Jan 7, 2024
1 parent 7d0b081 commit 269b231
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/jquery/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/i/favicon.ico">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/lib/typesense-minibar/typesense-minibar.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/base.css?v=7">
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>?v=4">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/base.css?v=8">
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>?v=5">

<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/plugins.js"></script>
Expand Down
5 changes: 3 additions & 2 deletions themes/learn.jquery.com/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ a {
/*******************************************************************************/

#sidebar #chapter-listing ul li {
background: none;
padding-left: 0;

}
#sidebar #chapter-listing ul li::marker {
content: "";
}

#sidebar #chapter-listing li.active > a {
Expand Down

0 comments on commit 269b231

Please sign in to comment.