italics look more noticable in rich tooltip text than bold (Closes #543)

master
Marc Cohen 2015-06-30 23:33:11 +01:00 committed by Addy Osmani
parent 1d65e187a9
commit 880e140d39
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!-- Rich Tooltip -->
<div id="tt3" class="icon material-icons">mood</div>
<div class="mdl-tooltip" for="tt3">
This is a <strong>rich tooltip</strong>
</div>
This is a <em>rich tooltip</em>
</div>