From 45ded03fc9c45bb3e9fce61dd700a2acabc0b9db Mon Sep 17 00:00:00 2001 From: rylon Date: Thu, 11 Jun 2015 14:52:59 +0200 Subject: [PATCH] fixed css bug --- lib/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/assets/style.css b/lib/assets/style.css index 5f46766..e7a07bb 100644 --- a/lib/assets/style.css +++ b/lib/assets/style.css @@ -254,7 +254,7 @@ a:hover { } .deps ul li { - line-height: 1.5em + line-height: 1.5em; font-weight: 200; }