updated wagtail font with unified user icon and site icon

This commit is contained in:
Dave Cranwell 2014-07-17 12:57:10 +01:00
parent b1c5871ad8
commit 773f891a09
7 changed files with 8550 additions and 1260 deletions

View file

@ -416,6 +416,7 @@
<li class="icon icon-date">date</li>
<li class="icon icon-time">time</li>
<li class="icon icon-form">form</li>
<li class="icon icon-site">site</li>
</ul>
</section>

View file

@ -250,6 +250,9 @@
.icon-form:before{
content:"$";
}
.icon-site:before{
content:"@";
}
.icon.text-replace{
font-size:0em;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 60 KiB