From 401140fe3e4842874ff47a015009e876de0f5a62 Mon Sep 17 00:00:00 2001 From: StasRa Date: Sat, 15 Aug 2015 23:43:50 +0300 Subject: [PATCH] .fa-ul problem --- Troubleshooting.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 04a00ce..d9fa83c 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -135,4 +135,8 @@ You also need to be sure that the font files are in your project's "Resources" f https://github.com/FortAwesome/Font-Awesome/issues/3632#issuecomment-72075216 -Try to remove all occurrences of `?v=4.2.0` from the `@font-face` property in the `font-awesome.css` file. \ No newline at end of file +Try to remove all occurrences of `?v=4.2.0` from the `@font-face` property in the `font-awesome.css` file. + +#### .fa-ul problem + +If a general css specified `list-style-image` that this image is superimposed on the marker. I propose to add to the definition `.fa-ul` property `list-style-image: none`. \ No newline at end of file