diff options
author | Unknwon <u@gogs.io> | 2015-11-16 00:16:03 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-16 00:16:03 -0500 |
commit | 7046df6028d3e910a3c5a1434d1240f65508eda8 (patch) | |
tree | 94e520c9bc87a5177e2eb7fe09e4a1c18a942927 /public | |
parent | 1db3ae6601b1bc74777e91fd558af120d0726074 (diff) | |
download | gitea-7046df6028d3e910a3c5a1434d1240f65508eda8.tar.gz gitea-7046df6028d3e910a3c5a1434d1240f65508eda8.zip |
UI fix
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 5 | ||||
-rw-r--r-- | public/less/_repository.less | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index b4f4782dca..6300dfaa66 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2235,11 +2235,6 @@ footer .container .links > *:first-child { font-weight: normal; padding: 5px 10px; } -.repository.commits .header .ui.right .button { - float: right; - margin-left: 5px; - margin-top: 1px; -} .repository .commits.table { font-size: 13px; } diff --git a/public/less/_repository.less b/public/less/_repository.less index 004e723314..75070f7447 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -595,11 +595,6 @@ padding: 5px 10px; } } - .button { - float: right; - margin-left: 5px; - margin-top: 1px; - } } } } |