2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

idefaultCommon.css: fix h3 for device specific help (Forum #83248)

git-svn-id: https://svn.fhem.de/fhem/trunk@15993 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-01-25 22:15:11 +00:00
parent 3c97fc12c7
commit 90b9eb5f7b

View File

@ -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; }