diff options
author | silverwind <me@silverwind.io> | 2017-12-02 20:48:43 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-12-02 21:48:43 +0200 |
commit | d44aa831f32b0be3efde6138d77fbb8f59cda30e (patch) | |
tree | 421352586cc955197e6ed0d0c94640e503a6ce7c /public/less/_explore.less | |
parent | f9db60e3bdc34508b0267e4e74e8a8f8e36989c1 (diff) | |
download | gitea-d44aa831f32b0be3efde6138d77fbb8f59cda30e.tar.gz gitea-d44aa831f32b0be3efde6138d77fbb8f59cda30e.zip |
Convert tabs to spaces in .less files (#3064)
Diffstat (limited to 'public/less/_explore.less')
-rw-r--r-- | public/less/_explore.less | 122 |
1 files changed, 61 insertions, 61 deletions
diff --git a/public/less/_explore.less b/public/less/_explore.less index c8f4a45518..ce942ab78d 100644 --- a/public/less/_explore.less +++ b/public/less/_explore.less @@ -1,8 +1,8 @@ .explore { - padding-top: 15px; - padding-bottom: @footer-margin * 2; + padding-top: 15px; + padding-bottom: @footer-margin * 2; - .navbar { + .navbar { justify-content: center; padding-top: 15px !important; margin-top: -15px !important; @@ -10,80 +10,80 @@ background-color: #FAFAFA !important; border-width: 1px !important; - .octicon { - width: 16px; - text-align: center; - } - } + .octicon { + width: 16px; + text-align: center; + } + } } .ui.repository.list { - .item { - padding-bottom: 25px; + .item { + padding-bottom: 25px; - &:not(:first-child) { - border-top: 1px solid #eee; - padding-top: 25px; - } + &:not(:first-child) { + border-top: 1px solid #eee; + padding-top: 25px; + } - .ui.header { - font-size: 1.5rem; - padding-bottom: 10px; + .ui.header { + font-size: 1.5rem; + padding-bottom: 10px; - .name { - word-break: break-all; - } + .name { + word-break: break-all; + } - .metas { - color: #888; - font-size: 14px; - font-weight: normal; - span:not(:last-child) { - margin-right: 5px; - } - } - } - .time { - font-size: 12px; - color: #808080; - } - } + .metas { + color: #888; + font-size: 14px; + font-weight: normal; + span:not(:last-child) { + margin-right: 5px; + } + } + } + .time { + font-size: 12px; + color: #808080; + } + } } .ui.repository.branches { - .time{ - font-size: 12px; - color: #808080; - } + .time{ + font-size: 12px; + color: #808080; + } } .ui.user.list { - .item { - padding-bottom: 25px; + .item { + padding-bottom: 25px; - &:not(:first-child) { - border-top: 1px solid #eee; - padding-top: 25px; - } + &:not(:first-child) { + border-top: 1px solid #eee; + padding-top: 25px; + } - .ui.avatar.image { - width: 40px; - height: 40px; - } + .ui.avatar.image { + width: 40px; + height: 40px; + } - .description { - margin-top: 5px; + .description { + margin-top: 5px; - .octicon:not(:first-child) { - margin-left: 5px; - } + .octicon:not(:first-child) { + margin-left: 5px; + } - a { - color: #333; - &:hover { - text-decoration: underline; - } - } - } - } + a { + color: #333; + &:hover { + text-decoration: underline; + } + } + } + } } |