File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 20
20
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri (); ?> /i/favicon.ico">
21
21
<link rel="stylesheet" href="<?php echo get_template_directory_uri (); ?> /lib/typesense-minibar/typesense-minibar.css">
22
22
<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 ">
24
24
25
25
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
26
26
<script src="<?php echo get_template_directory_uri (); ?> /js/main.js"></script>
Original file line number Diff line number Diff line change 77
77
margin : 0 ;
78
78
}
79
79
80
+ # content .dev-links li ::marker {
81
+ content : "" ;
82
+ }
80
83
# content .dev-links li {
84
+ list-style : none;
81
85
padding : 0 ;
82
86
margin : .25em 0 .25em 1em ;
83
- background-image : none;
84
87
}
85
88
86
89
.demo-list {
You can’t perform that action at this time.
0 commit comments