mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
replace ul.actions by ul.unstyled
This commit is contained in:
parent
ca4022ce7c
commit
81fd140a92
|
@ -67,18 +67,18 @@ span.list-details {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
ul.actions {
|
||||
ul.unstyled {
|
||||
list-style: none;
|
||||
padding-left: 0px;
|
||||
}
|
||||
ul.actions li a:hover > i {
|
||||
ul.unstyled li a:hover > i {
|
||||
text-decoration: none;
|
||||
}
|
||||
ul.actions li a > i {
|
||||
ul.unstyled li a > i {
|
||||
color: #000;
|
||||
margin-right: 5px;
|
||||
}
|
||||
ul.actions li a.btn > i {
|
||||
ul.unstyled li a.btn > i {
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user