From 380183775db5a80ae4af7bf1edfe0e73c80e52ba Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 25 Jan 2018 22:15:11 +0000 Subject: [PATCH] idefaultCommon.css: fix h3 for device specific help (Forum #83248) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15993 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- www/pgm2/defaultCommon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pgm2/defaultCommon.css b/www/pgm2/defaultCommon.css index 76bac40a9..229a0731b 100644 --- a/www/pgm2/defaultCommon.css +++ b/www/pgm2/defaultCommon.css @@ -29,7 +29,7 @@ tr.column > td { padding:0; vertical-align:top;} /* Documentation */ h2,h4 { color:#52865D; line-height:1.3; margin-top:1.5em; font-family:Arial,Sans-serif; } -h3 { display: inline; color:#52865D; line-height:1.3; +h3 { margin-bottom:0; color:#52865D; line-height:1.3; margin-top:1.5em; font-family:Arial,Sans-serif; } div.dist { padding-top:0.3em; } button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }