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