diff --git a/docs/commandref.html b/docs/commandref.html index ad034595c..7ed9ed099 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -6804,8 +6804,8 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U still can be addressed through url manipulation).
The list can also contain values from the additional "Howto/Wiki/FAQ" block. -

+
  • longpoll
    @@ -6813,8 +6813,8 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U In this mode status update is refreshed more or less instantaneously, and state change (on/off only) is done without requesting a complete refresh from the server. -

  • +
  • webCmd
    @@ -6823,8 +6823,24 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U - On smallscreen devices only the first value is accessible. + On smallscreen devices only the first value is accessible.
    + Note: this a device, not a FHEMWEB attribute.
  • +
    + + +
  • fwmodpath
    + Set the "modpath" for this intance of FHEMWEB. Used to search .gplot + files, pictures, etc. Default is the modpath/FHEM directory. +
  • +
    + + +
  • fwcompress
    + Enable compressing the HTML data (default is yes). +
  • +
    + diff --git a/docs/style.css b/docs/style.css index 9724ee0ca..d2ae3452f 100644 --- a/docs/style.css +++ b/docs/style.css @@ -4,8 +4,7 @@ a { color: #278727; } #logo { position:fixed; top:20px; left:20px; width:100px; height:105px; background-image:url(fhem.png); } #menu { position:fixed; top:140px;left:20px; width:140px; } -#right { position:fixed; top:20px; left:170px; bottom:20px; right:10px; - overflow: auto; } +#right { position:absolute; top:50px; left:180px; bottom:10px; right:10px; } h2,h3,h4 { color:#52865D; line-height:1.3; margin-top:1.5em; font-family:Arial,Sans-serif; } div#block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }