0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 03:31:04 +01:00

Merge branch 'master' of github.com:torchbox/wagtail

This commit is contained in:
Matt Westcott 2014-07-17 13:29:41 +01:00
commit 81dd7b447c
7 changed files with 8550 additions and 1257 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