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

@@ -258,6 +258,7 @@ table .span24{float:none;width:1884px;margin-left:0;}
.source-view .source-diff .new{background-color:#DFD;}
.source-view .source-diff .old{background-color:#FDD;}
.source-view .source-diff .chunk{background-color:#e8e8e8;color:#999999;}
.source-view .image-blob{padding:10px;max-width:600px;}
.blame-view{width:100%;background-color:#f5f5f5;}.blame-view td{vertical-align:top;padding:8px;}
.blame-view tr{border-bottom:1px solid #cccccc;}
.blame-view tr:last-child{border-bottom:0;}

View File

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