From a8d298218b74ac9dda2e8f36d15b78beca51b153 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Sun, 19 Oct 2008 15:29:43 +0200 Subject: [PATCH] CommitView: Don't always display a horizontal scrollbar This is based on work from Ben Alpert. --- html/diff_style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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