From 4fc445bd142972d83090758e03be7af86e76a811 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Thu, 17 Dec 2015 12:20:30 -0500 Subject: [PATCH] Fix the vertical alignment of sub-line changes. --- prototype/UI/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/prototype/UI/style.css b/prototype/UI/style.css index 302ab23dc..1ede9c083 100644 --- a/prototype/UI/style.css +++ b/prototype/UI/style.css @@ -47,8 +47,15 @@ td { padding-left: 10px; padding-right: 10px; font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 13px; + line-height: 18px; + color: rgb(51, 51, 51); + tab-size: 8; +} + +.blob-code>* { font-size: 12px; - color: #333; + line-height: 16px; } .empty-cell {