diff options
author | Unknwon <u@gogs.io> | 2017-01-27 22:36:45 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-27 22:36:45 -0500 |
commit | 7aa53635fe9a88fbd2d2e21bffc3888e2b4baa85 (patch) | |
tree | 959347f460bbc97971f1df9deec5e912dd627da0 /public/less/_form.less | |
parent | 2ee0c61e62a47a620bf0e8f55c896616062008c1 (diff) |
Add 'Organizations' page to user settings (#3587)
User is now able to view full list of organizations belongs to.
Diffstat (limited to 'public/less/_form.less')
-rw-r--r-- | public/less/_form.less | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index ab74eb2a..88ab7d00 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -18,16 +18,6 @@ } } -ui.attached.segment.orgs { - padding: 0px; - div .item { - padding: 11px; - .content { - font-weight: bold; - } - } -} - @create-page-form-input-padding: 250px !important; #create-page-form { form { |