From b408c316dd020a0b007cfd64c23656fcead986fe Mon Sep 17 00:00:00 2001
From: Gabriel Engel <gabriel.engel@fgsys.com>
Date: Sat, 6 Jun 2015 10:20:34 -0300
Subject: [PATCH] css cleanup

---
 client/stylesheets/base.less | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/client/stylesheets/base.less b/client/stylesheets/base.less
index 7d819b0bde6..4947cb5aa91 100644
--- a/client/stylesheets/base.less
+++ b/client/stylesheets/base.less
@@ -56,7 +56,7 @@ a {
 code {
 	background: #f8f8f8;
 	border-radius: 6px;
-	border: none;
+	border: 1px solid #ccc;
 	color: #333;
 	display: block;
 	font-weight: bold;
@@ -668,6 +668,7 @@ a.github-fork {
 	width: 100%;
 	overflow: hidden;
 	position: relative;
+	border-radius: 4px;
 	.avatar-image {
 		height: 100%;
 		width: 100%;
@@ -679,6 +680,7 @@ a.github-fork {
 		background-size: cover;
 		background-repeat: no-repeat;
 		background-position: center;
+		border-radius: 4px;
 	}
 	&[initials]:before {
 		content: attr(initials);
@@ -1698,7 +1700,7 @@ a.github-fork {
 		padding-left: 50px;
 		position: relative;
 		line-height: 20px;
-		margin: 1px 20px;
+		margin: 5px 20px;
 		&.with-thumb {
 			margin-top: 12px;
 			min-height: 40px;
@@ -2219,12 +2221,13 @@ a.github-fork {
 		overflow: visible;
 		&:after {
 			content: " ";
-			height: 100%;
-			width: 3px;
+			height: 6px;
+			width: 6px;
 			position: absolute;
 			z-index: 1;
-			left: -7px;
-			bottom: 0px;
+			left: -12px;
+			top: 8px;
+			border-radius: 3px;
 		}
 		.avatar-initials {
 			line-height: @user-image-square;
-- 
GitLab