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

padding 8 (fix by ines)

git-svn-id: https://svn.fhem.de/fhem/trunk@1044 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-10-05 08:43:56 +00:00
parent 89707bdf42
commit 1ac5232d41

View File

@ -18,7 +18,7 @@ table.block tr.sel { background: #F0F0D8; }
table { -moz-border-radius:8px; border-radius:8px; }
.col1, .col2, .col3 { padding: 8px; }
.dname, .dval { padding: 0px; font-size: 14px; }
.dname, .dval { padding: 8px; font-size: 14px; }
table#room { border:1px solid gray; width: 100%; background: #D7FFFF; }
table#room tr.sel { background: #A0FFFF; }