f18style.css: add bottom line to table (Forum #82351)

git-svn-id: https://svn.fhem.de/fhem/trunk@15995 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2018-01-25 22:36:44 +00:00
parent 047562bcc0
commit c559e37480

View File

@@ -21,6 +21,7 @@ table.room,table.block.wide,table.fileList {
border-radius:0;
border-spacing:0;
border-top:1px solid gray;
border-bottom:1px solid gray;
}
table.block.wide td > div { padding:0 4px; }