diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-11-15 10:50:40 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-11-15 18:09:14 +0000 |
| commit | 08362db417156410ee02c6391bd9eb83a2df65fc (patch) | |
| tree | 861e38ff87fdaae802468ce3735268d138bae989 /resources/views/icons/help.phtml | |
| parent | 814c67071667246ee1742f45fbd7eed634f34cca (diff) | |
| download | webtrees-08362db417156410ee02c6391bd9eb83a2df65fc.tar.gz webtrees-08362db417156410ee02c6391bd9eb83a2df65fc.tar.bz2 webtrees-08362db417156410ee02c6391bd9eb83a2df65fc.zip | |
Refactor icons. Use SVG and foreground images. De-duplicate. Remove unused.
Diffstat (limited to 'resources/views/icons/help.phtml')
| -rw-r--r-- | resources/views/icons/help.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/icons/help.phtml b/resources/views/icons/help.phtml index cab0e99de6..69c597b3f2 100644 --- a/resources/views/icons/help.phtml +++ b/resources/views/icons/help.phtml @@ -1 +1 @@ -<i class="fas fa-question-circle fa-fw wt-icon-help" aria-hidden="true"></i> +<span class="wt-icon-help"><i class="fas fa-question-circle fa-fw" aria-hidden="true"></i></span> |
