Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-09-28 17:05:54 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-09-28 17:05:54 +0400
commita79eb8428946152021b6f3a25398c49f2e9e7099 (patch)
tree88229cbda3e4b7717aa1a3b7f6599b0dedf7fa74 /app/assets
parent9d9493c8d893195490fe3e1e62e7daa5e1b2e7ba (diff)
commit show page styled a bit
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/sections/commits.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index 33b051351f3..711f603f75c 100644
--- a/app/assets/stylesheets/sections/commits.scss
+++ b/app/assets/stylesheets/sections/commits.scss
@@ -47,6 +47,14 @@
padding-left: 32px;
}
+ .author,
+ .committer {
+ font-size:14px;
+ line-height:22px;
+ text-shadow:0 1px 1px #fff;
+ color:#777;
+ }
+
.avatar {
margin-right: 10px;
}
@@ -227,3 +235,13 @@
}
}
}
+
+.label_commit {
+ @include round-borders-all(4px);
+ padding:2px 4px;
+ border:none;
+ font-size:13px;
+ background: #474D57;
+ color:#fff;
+ font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
+}