diff --git a/html/diff_style.css b/html/diff_style.css
index 781e35b..2298ac1 100644
--- a/html/diff_style.css
+++ b/html/diff_style.css
@@ -33,6 +33,7 @@ pre code {
margin: 5px;
margin-left: 20px;
font-family: Monaco;
+ width: auto;
}
#CurrentHunk {
@@ -55,5 +56,6 @@ table.diff {
padding-right: 2px;
background-color: #ECECEC;
color: #A9A9A9;
- border: 1px solid #A9A9A9;
+ border: 1px solid #DDDDDD;
+ text-align: right;
}
\ No newline at end of file