mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 04:57:20 +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;
|
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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user