replace ul.actions by ul.unstyled

This commit is contained in:
Uwe Steinmann 2021-05-06 11:03:26 +02:00
parent ca4022ce7c
commit 81fd140a92

View File

@ -67,18 +67,18 @@ span.list-details {
margin-bottom: 10px; margin-bottom: 10px;
} }
ul.actions { ul.unstyled {
list-style: none; list-style: none;
padding-left: 0px; padding-left: 0px;
} }
ul.actions li a:hover > i { ul.unstyled li a:hover > i {
text-decoration: none; text-decoration: none;
} }
ul.actions li a > i { ul.unstyled li a > i {
color: #000; color: #000;
margin-right: 5px; margin-right: 5px;
} }
ul.actions li a.btn > i { ul.unstyled li a.btn > i {
font-size: 200%; font-size: 200%;
} }