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:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-25 01:05:54 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-09-06 17:56:33 +0300
commit328fba3d119ecb41c0bd2454399eaef4fc9db670 (patch)
tree4078a70669f68dcfd3c56616d0877ef6c0087dce /app/assets/stylesheets/pages/commits.scss
parent2c3586d299beb036bc689df3fe699e3085672df4 (diff)
Changed `.commit-row-title` `line-height` to `1.35` from `1`
Removed `margin-bottom` Corrected commit-actions margin Reverted action margin for a more logical approach
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r--app/assets/stylesheets/pages/commits.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 6a58b445afa..6c2ca198f1c 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -18,8 +18,7 @@
}
.commit-row-title {
- line-height: 1;
- margin-bottom: 7px;
+ line-height: 1.35;
.notes_count {
float: right;
@@ -43,6 +42,7 @@
border: 1px solid $border-gray-dark;
border-radius: $border-radius-default;
margin-left: 5px;
+ line-height: 1;
&:hover {
background-color: darken($gray-light, 10%);
@@ -134,7 +134,7 @@
.commit-row-info {
color: $gl-gray;
- line-height: 1;
+ line-height: 1.35;
a {
color: $gl-gray;