Reduce padding for dashboard elements

This commit is contained in:
Dmitriy Zaporozhets
2013-07-12 19:15:49 +03:00
parent dc038a7108
commit dbf4e5b0b0
2 changed files with 2 additions and 2 deletions
@@ -71,7 +71,7 @@
}
.project-row, .group-row {
padding: 15px !important;
padding: 12px 15px !important;
.namespace-name {
color: #666;
+1 -1
View File
@@ -99,7 +99,7 @@
}
}
padding: 16px 5px;
padding: 14px 0px;
&:last-child { border:none }
.event_commits {