summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/files.scss12
-rw-r--r--app/views/commits/show.html.haml2
2 files changed, 13 insertions, 1 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/files.scss b/app/assets/stylesheets/gitlab_bootstrap/files.scss
index d39fdb27cd4..cbc58d22203 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/files.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/files.scss
@@ -68,10 +68,22 @@
* Blame file
*/
&.blame {
+ table {
+ border:none;
+ box-shadow:none;
+ margin:0;
+ }
tr {
border-bottom: 1px solid #eee;
}
td {
+ &:first-child {
+ border-left:none;
+ }
+ &:last-child {
+ border-right:none;
+ }
+ background:#fff;
padding:5px;
}
.author,
diff --git a/app/views/commits/show.html.haml b/app/views/commits/show.html.haml
index a4f164651f9..ac0636382f5 100644
--- a/app/views/commits/show.html.haml
+++ b/app/views/commits/show.html.haml
@@ -1,6 +1,6 @@
= render "head"
-- if @path
+- if @path.present?
%ul.breadcrumb
%li
%span.arrow