From 553e8b14534b61eaceb1b88a1f6f3800de3d8218 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Tue, 4 Aug 2015 19:50:03 -0700 Subject: [PATCH] Correct stylesheet --- db.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.css b/db.css index 40ae00f..1c2743e 100644 --- a/db.css +++ b/db.css @@ -1,3 +1,3 @@ #stylish\.db tr > td:nth-child(2) { - whitespace: pre; + white-space: pre; } -- 2.47.3