Skip to content

Commit e535964

Browse files
committed
jqueryui.com: Fixup a4e2aaa list-item bullets
1 parent 8e26eff commit e535964

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

themes/jquery/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/i/favicon.ico">
2121
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/lib/typesense-minibar/typesense-minibar.css">
2222
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/base.css?v=15">
23-
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>?v=7">
23+
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>?v=8">
2424

2525
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
2626
<script src="<?php echo get_template_directory_uri(); ?>/js/main.js"></script>

themes/jqueryui.com/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,13 @@ a,
7777
margin: 0;
7878
}
7979

80+
#content .dev-links li::marker {
81+
content: "";
82+
}
8083
#content .dev-links li {
84+
list-style: none;
8185
padding: 0;
8286
margin: .25em 0 .25em 1em;
83-
background-image: none;
8487
}
8588

8689
.demo-list {

0 commit comments

Comments
 (0)