diff options
author | Unknwon <u@gogs.io> | 2015-12-12 16:53:16 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-12 16:53:16 -0500 |
commit | 837155577a18e911dc7b738952d5b4e2a0687c98 (patch) | |
tree | 3ce48b3de725dfa60c5612cda6d7197ef93e72c1 /public/css | |
parent | 7e88420bc6591c1d352bd893f2f7e72f9495b869 (diff) | |
download | gitea-837155577a18e911dc7b738952d5b4e2a0687c98.tar.gz gitea-837155577a18e911dc7b738952d5b4e2a0687c98.zip |
#2159 use icon+tooltip to replace text
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 2ff08242c8..b4e50eda76 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2980,6 +2980,10 @@ footer .container .links > *:first-child { padding-top: 10px; padding-bottom: 5px; } +.feeds .list .header .plus.icon { + margin-top: 5px; + margin-right: 0; +} .feeds .list ul { list-style: none; margin: 0; |