summaryrefslogtreecommitdiffstats
path: root/public/less/_tribute.less
diff options
context:
space:
mode:
authorXaver Maierhofer <xaver.maierhofer@xwissen.info>2019-05-13 08:26:32 +0200
committerzeripath <art27@cantab.net>2019-05-13 07:26:32 +0100
commit6fb58a8cdcd76aa45902e50da8f2b450fe9d3d35 (patch)
treebb4632a97f68ac019b9083a7ba00a46b26935a60 /public/less/_tribute.less
parent0b785481d71dfe43304eebbfa379b77dd87d48cb (diff)
downloadgitea-6fb58a8cdcd76aa45902e50da8f2b450fe9d3d35.tar.gz
gitea-6fb58a8cdcd76aa45902e50da8f2b450fe9d3d35.zip
Clean less files (#6921)
Diffstat (limited to 'public/less/_tribute.less')
-rw-r--r--public/less/_tribute.less53
1 files changed, 29 insertions, 24 deletions
diff --git a/public/less/_tribute.less b/public/less/_tribute.less
index 06e57d238d..4db85a2cb6 100644
--- a/public/less/_tribute.less
+++ b/public/less/_tribute.less
@@ -1,26 +1,31 @@
.tribute-container {
- box-shadow: 0px 1px 3px 1px #c7c7c7;
- ul {
- background: #ffffff;
- }
- li {
- padding: 8px 12px;
- border-bottom: 1px solid #dcdcdc;
- img {
- display: inline-block;
- vertical-align: middle;
- width: 28px;
- height: 28px;
- margin-right: 5px;
- }
- span.fullname {
- font-weight: normal;
- font-size: 0.8rem;
- margin-left: 3px;
- }
- }
- li.highlight, li:hover {
- background: #2185D0;
- color: #ffffff;
- }
+ box-shadow: 0 1px 3px 1px #c7c7c7;
+
+ ul {
+ background: #ffffff;
+ }
+
+ li {
+ padding: 8px 12px;
+ border-bottom: 1px solid #dcdcdc;
+
+ img {
+ display: inline-block;
+ vertical-align: middle;
+ width: 28px;
+ height: 28px;
+ margin-right: 5px;
+ }
+
+ span.fullname {
+ font-weight: normal;
+ font-size: 0.8rem;
+ margin-left: 3px;
+ }
+ }
+
+ li.highlight, li:hover {
+ background: #2185D0;
+ color: #ffffff;
+ }
}