From 7063b26a5f8fb8fd2d18c81b5f93fd6b3b6b4aed Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Wed, 13 May 2015 00:28:32 +0200 Subject: [PATCH] Fix some info page styles. --- src/_h5ai/public/css/inc/main/info.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/_h5ai/public/css/inc/main/info.less b/src/_h5ai/public/css/inc/main/info.less index 9ee9a74e..443eff52 100644 --- a/src/_h5ai/public/css/inc/main/info.less +++ b/src/_h5ai/public/css/inc/main/info.less @@ -5,6 +5,7 @@ order: 50; color: @col-text; text-align: center; + font-weight: lighter; } code { @@ -66,7 +67,6 @@ #hint { margin: 12px auto; width: 300px; - font-weight: lighter; } #tests { @@ -103,7 +103,6 @@ } } .info { - font-weight: lighter; margin: 4px 0 0 0; } }