OSDN Git Service

Reduce right margin or dashboard project visibility icon
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Fri, 27 Dec 2013 10:13:30 +0000 (12:13 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Fri, 27 Dec 2013 10:13:30 +0000 (12:13 +0200)
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/assets/stylesheets/sections/dashboard.scss
app/helpers/projects_helper.rb

index f482a7c..6b6e92e 100644 (file)
 
 .dash-project-access-icon {
   float: left;
-  margin-right: 10px;
+  margin-right: 5px;
   font-size: 18px;
   color: #BBB;
   margin-bottom: 10px;
index 6605289..4fc02a0 100644 (file)
@@ -179,11 +179,11 @@ module ProjectsHelper
 
     title
   end
-  
+
   def default_url_to_repo
     current_user ? @project.url_to_repo : @project.http_url_to_repo
   end
-  
+
   def default_clone_protocol
     current_user ? "ssh" : "http"
   end