You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Lam 69fae1a7e4 fix: output span in buildAvatar helper instead of div
In not-so-rare circumstances, the avatar generated is wrapped in
an anchor so that when clicked, it goes to the user profile.

Unfortunately, html 4 spec doesn't like block level elements
inside anchors (since an anchor is an inline element), and even
though we define html5 doctype, browsers still reorder the div
and anchor, beats me as to why.

So I can trick the browser by using a span. The css already styles
it as inline-block so no further fixes are required.
6 years ago
..
images feat: revamp email templates to be more style agnostic (#7375) 6 years ago
language feat: ability to sort watched topics, closes #3735 6 years ago
less fix: middle vertical-align for .avatar elements 6 years ago
src fix: output span in buildAvatar helper instead of div 6 years ago
uploads
vendor Fix ACP alerts to use same system as client (#6396) 7 years ago
.eslintrc Remove public eslint `templates` global 8 years ago
.jshintrc ESlint no-undef, remove global comments 8 years ago
503.html
favicon.ico
js-enabled.css fix: removal of scroll anchoring code in favour of browser handling 6 years ago
logo.png