0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Fix lock icon class

This commit is contained in:
John O'Nolan 2015-05-17 13:33:26 +01:00 committed by Hannah Wolfe
parent bee39f4389
commit 7114f0a936

View file

@ -103,7 +103,7 @@
.icon-new:before {
content: "\e014";
}
.icon-lock-2:before {
.icon-lock:before {
content: "\e015";
}
.icon-link:before {