From 03587d305b2dc3e492512a938b630ed105718892 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Mon, 13 Aug 2012 21:05:14 +0800 Subject: [PATCH] use monospace for white space, for text copy --- src/Consts.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Consts.cc b/src/Consts.cc index b4e3785..f0cff08 100644 --- a/src/Consts.cc +++ b/src/Consts.cc @@ -36,7 +36,7 @@ const std::string HTML_HEAD = "\n\ }\ .l > .w {\ display:inline-block;\ - visibility:hidden;\ + font-family: monospace;\ }\ ::selection{\ background: rgba(168,209,255,0.5);\