diff options
author | Unknwon <u@gogs.io> | 2015-09-07 15:03:31 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-07 15:03:31 -0400 |
commit | 03ea29eb36c933590f70c4a7e9949a2463780a63 (patch) | |
tree | a629a7cf1ede16172483f1e46da584030189a848 /public/less/_base.less | |
parent | 32c12d553ce75f6b485ec352d2c7bedda836b46c (diff) | |
download | gitea-03ea29eb36c933590f70c4a7e9949a2463780a63.tar.gz gitea-03ea29eb36c933590f70c4a7e9949a2463780a63.zip |
minor fix on icon
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 250c3cc43a..f30dea0c07 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -70,10 +70,19 @@ pre { background-color: rgb(233, 233, 233)!important; } } - .octicon { + .text .octicon { width: 16px; text-align: center; } + .right.menu { + .menu { + left: auto; + right: 0; + } + .dropdown .menu { + margin-top: 0; + } + } } .ui { &.left { |