mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-15 12:31:00 +00:00
updated horizontal rule icon to use a more appropriate char
This commit is contained in:
parent
29e1e22853
commit
b79aeb5ff8
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@
|
|||
.icon-horizontalrule{
|
||||
&:before{
|
||||
font-family: Open Sans,Arial,sans-serif !important; // FML
|
||||
content:"-";
|
||||
content:"\2014";
|
||||
}
|
||||
}
|
||||
.icon-password:before{
|
||||
|
|
|
|||
Loading…
Reference in a new issue