From f6fdf6fe088bd57b1b72fe3b0fe9f58e78240f57 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 8 Sep 2014 01:29:38 -0500 Subject: [PATCH] Fix text formatting on cache popup. --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 58f2724..c3ad35a 100644 --- a/static/style.css +++ b/static/style.css @@ -212,6 +212,8 @@ a#cv-cached span { background: #F3F3F3; border: 1px solid #AAA; color: black; + font-style: normal; + text-align: left; } div.green-box {