Skip to content
Snippets Groups Projects
Commit c958b995 authored by gnaegi's avatar gnaegi
Browse files

OO-1963 fix broken list styles (CSS), patch from Stephan Clemenz VCRP

parent 12ccb53c
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ $fa-css-prefix: "o_icon" !default;
.o_icon_link:before { content: $fa-var-link; }
.o_icon_link_extern:before { content: $fa-var-external-link; }
.o_icon_list:before { content: $fa-var-list; }
.o_icon_list_num :before { content: $fa-var-list-ol; }
.o_icon_list_num:before { content: $fa-var-list-ol; }
.o_icon_lifecycle:before { content: $fa-var-calendar;}
.o_icon_locked:before { content: $fa-var-lock;}
.o_icon_login:before { content: $fa-var-sign-in;}
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment