Merge branch 'master' into shuffle_clients

This commit is contained in:
harry
2019-04-25 15:34:33 +01:00
6 changed files with 19 additions and 2 deletions

View File

@ -4179,7 +4179,8 @@ a {
color: #2199e8;
text-decoration: none;
line-height: inherit;
cursor: pointer; }
cursor: pointer;
word-break: break-all; }
a:hover, a:focus {
color: #1585cf; }
a img {

File diff suppressed because one or more lines are too long