Bugfix by fhainz

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4247 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-11-18 20:40:36 +00:00
parent 3c90f4f0ce
commit a29b6fce3e

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