1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Minor fix for #2494

- Change tooltip size from mini to tiny in profile page
This commit is contained in:
Unknwon
2016-01-28 06:07:16 -05:00
parent 0617720c0c
commit 4deb876343
6 changed files with 10 additions and 10 deletions

View File

@@ -1 +1 @@
0.8.23.0126
0.8.24.0128

View File

@@ -60,7 +60,7 @@
{{if .Orgs}}
<li>
{{range .Orgs}}
<a href="{{.HomeLink}}"><img class="ui mini image poping up" src="{{.AvatarLink}}" data-content="{{.Name}}" data-position="top center" data-variation="mini inverted"></a>
<a href="{{.HomeLink}}"><img class="ui mini image poping up" src="{{.AvatarLink}}" data-content="{{.Name}}" data-position="top center" data-variation="tiny inverted"></a>
{{end}}
</li>
{{end}}