Removed icon-user class from the avatar within the styleguide

pull/3503/head
Janneke Janssen 2017-03-24 11:34:55 +01:00
rodzic d1aace4af2
commit 7e3030ed90
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -580,12 +580,12 @@
<h2>Misc formatters</h2>
<h3>Avatar icons</h3>
<p><span class="avatar icon icon-user"><img src="{% gravatar_url "david@torchbox.com" %}" /></span> Gravatar set (normal)</p>
<p><span class="avatar icon icon-user"><img src="{% gravatar_url "aeon@torchbox.com" %}" /></span> Gravatar not set (normal)</p>
<p><span class="avatar square icon icon-user"><img src="{% gravatar_url "david@torchbox.com" %}" /></span> Gravatar set (square)</p>
<p><span class="avatar square icon icon-user"><img src="{% gravatar_url "aeon@torchbox.com" %}" /></span> Gravatar not set (square)</p>
<p><span class="avatar small icon icon-user"><img src="{% gravatar_url "david@torchbox.com" %}" /></span> Gravatar set (small)</p>
<p><span class="avatar small icon icon-user"><img src="{% gravatar_url "aeon@torchbox.com" %}" /></span> Gravatar not set (small)</p>
<p><span class="avatar"><img src="{% gravatar_url "david@torchbox.com" %}" /></span> Gravatar set (normal)</p>
<p><span class="avatar"><img src="{% gravatar_url "aeon@torchbox.com" %}" /></span> Gravatar not set (normal)</p>
<p><span class="avatar square"><img src="{% gravatar_url "david@torchbox.com" %}" /></span> Gravatar set (square)</p>
<p><span class="avatar square"><img src="{% gravatar_url "aeon@torchbox.com" %}" /></span> Gravatar not set (square)</p>
<p><span class="avatar small"><img src="{% gravatar_url "david@torchbox.com" %}" /></span> Gravatar set (small)</p>
<p><span class="avatar small"><img src="{% gravatar_url "aeon@torchbox.com" %}" /></span> Gravatar not set (small)</p>
<h3>Status tags</h3>
<div class="status-tag primary">Primary tag</div>