diff options
author | Adam Strzelecki <ono@java.pl> | 2015-12-07 21:20:54 +0100 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-12-07 21:20:54 +0100 |
commit | dd8a06a397e26c46639eba1313102560dfa49c95 (patch) | |
tree | f300594e04f36886baba6f0e08311bed7f48b09e /public/less/_dashboard.less | |
parent | 4e0c697aaf29ce6911b9e6ade36c50f619363adc (diff) | |
download | gitea-dd8a06a397e26c46639eba1313102560dfa49c95.tar.gz gitea-dd8a06a397e26c46639eba1313102560dfa49c95.zip |
LESS: Use tabs for indent in all files
This does not change any content and generated gogs.css is still the same.
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r-- | public/less/_dashboard.less | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index e9b69daa6d..53d3352cbd 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -8,8 +8,8 @@ z-index: 101; min-width: 200px; .ui.header { - font-size: 1rem; - text-transform: none; + font-size: 1rem; + text-transform: none; } } .filter.menu { @@ -17,8 +17,8 @@ text-align: left; .text { height: 16px; - vertical-align: middle; - &.truncate { + vertical-align: middle; + &.truncate { width: 85%; } } @@ -32,7 +32,7 @@ // Sort .jump.item { margin: 1px; - padding-right: 0; + padding-right: 0; } .menu { max-height: 300px; @@ -96,24 +96,24 @@ padding-left: 0; li { - &:not(:last-child) { - border-bottom: 1px solid #EAEAEA; - } + &:not(:last-child) { + border-bottom: 1px solid #EAEAEA; + } &.private { background-color: #fcf8e9; } - - a { - padding: 6px 1.2em; - display: block; - .octicon { - margin-right: 6px; - color: #888; - } - } + a { + padding: 6px 1.2em; + display: block; + + .octicon { + margin-right: 6px; + color: #888; + } + } } } } -}
\ No newline at end of file +} |