From 5cbcdd29024de5ee9a42578eb44cabc75f10b6a0 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 15 Dec 2015 09:57:05 -0500 Subject: [PATCH] We no longer insert this ul. --- prototype/UI/style.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/prototype/UI/style.css b/prototype/UI/style.css index c2e44f6cd..04c337c69 100644 --- a/prototype/UI/style.css +++ b/prototype/UI/style.css @@ -66,13 +66,6 @@ body { color: initial; } - ul.line-numbers { - list-style: none; - margin: 0; - padding: 0; - float: left; - } - .diff dt { display: none; }