diff options
author | Unknwon <u@gogs.io> | 2018-06-17 22:18:41 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-06-17 22:18:41 +0800 |
commit | 376a629c9f99893f341e76163e9b61273dd32c28 (patch) | |
tree | 4e3e1320c19d73c2282ff82c8d6aafb569ed9d87 /public/css | |
parent | 303fa37b608a4925f5a0137c89e20a906b3d9fdb (diff) |
repo: add changes to repository avatar feature (#5221)
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index abfd9ae5..17b84a1f 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -350,6 +350,9 @@ footer .ui.language .menu { .center { text-align: center; } +.no-padding-left { + padding-left: 0 !important; +} .img-1 { width: 2px !important; height: 2px !important; |