Adding image blob support. Fixes #13

This commit is contained in:
Klaus Silveira
2012-05-23 21:52:37 -03:00
parent 8401688386
commit c7ed3ee0d8
4 changed files with 19 additions and 0 deletions

View File

@@ -52,6 +52,10 @@
color:@grayLight;
}
}
.image-blob {
padding:10px;
max-width: 600px;
}
}
.blame-view {