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

Bugfix by fhainz

git-svn-id: https://svn.fhem.de/fhem/trunk@4247 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-11-18 20:40:36 +00:00
parent db4e23149f
commit 5fb868f006

View File

@ -60,6 +60,11 @@ table.block tr.odd { background: #fff; }
table.block tr.sel { background: #d9d9d9; }
table.block td { padding:3px; }
/* Bugfix fuer readingsGroup */
table.block table.block {
width: 100%;
}
table.assoc a { color: #147bff; }
table.fileList { width:790px; }