Add a new class for info bullets for announcements page & elswhere.
This commit is contained in:
@@ -392,4 +392,8 @@ tr {
|
|||||||
|
|
||||||
.helplist {
|
.helplist {
|
||||||
list-style-image: url(/_static/images/help_dark.png);
|
list-style-image: url(/_static/images/help_dark.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
.infolist {
|
||||||
|
list-style-image: url(/_static/images/info_dark.png);
|
||||||
}
|
}
|
@@ -391,4 +391,8 @@ td.title {
|
|||||||
|
|
||||||
.helplist {
|
.helplist {
|
||||||
list-style-image: url(/_static/images/help.png);
|
list-style-image: url(/_static/images/help.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
.infolist {
|
||||||
|
list-style-image: url(/_static/images/info.png);
|
||||||
}
|
}
|
Reference in New Issue
Block a user