Skip to content

Commit fae3448

Browse files
murrantlaf
andauthored
Fix menu ul styling (librenms#17449)
* Fix menu ul styling * Update librenmsv1.blade.php --------- Co-authored-by: Neil Lathwood <[email protected]>
1 parent 48991b0 commit fae3448

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

html/css/styles.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ body {
1111
overflow-y: scroll;
1212
}
1313

14-
ul { margin: 0px; padding: 0px; list-style: disc outside; }
15-
ul ul { list-style: circle outside; }
16-
ul ul ul { list-style: square outside; }
17-
1814
.rounded-2px {
1915
/* Rounded Corners */
2016
-moz-border-radius: 2px;

resources/views/layouts/librenmsv1.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<link href="{{ asset('css/select2.min.css') }}" rel="stylesheet">
4242
<link href="{{ asset('css/select2-bootstrap.min.css') }}" rel="stylesheet">
4343
<link href="{{ asset('css/query-builder.default.min.css') }}" rel="stylesheet">
44-
<link href="{{ asset(LibreNMS\Config::get('stylesheet', 'css/styles.css')) }}?ver=27112024" rel="stylesheet">
44+
<link href="{{ asset(LibreNMS\Config::get('stylesheet', 'css/styles.css')) }}?ver=15042501" rel="stylesheet">
4545
<link href="{{ asset('css/' . LibreNMS\Config::get('applied_site_style', 'light') . '.css?ver=632417643') }}" rel="stylesheet">
4646
@foreach(LibreNMS\Config::get('webui.custom_css', []) as $custom_css)
4747
<link href="{{ $custom_css }}" rel="stylesheet">

0 commit comments

Comments
 (0)