Skip to content
Snippets Groups Projects
Commit ba900e17 authored by Tom Robinson's avatar Tom Robinson
Browse files

Use unicode code point form of bullet in CSS

parent 0be89ff6
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
margin-left: 1.2em;
}
.bullet:before {
content: "";
content: "\2022";
color: #6FB0EB;
position: absolute;
top: 0;
......
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