diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 23:52:15 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 23:52:15 +0000 |
commit | 53e682ec9d4e3357052b7b0e397288d20fce4cac (patch) | |
tree | a81eb92103cdbc1c04c60712c0ad6172337441ce /css | |
parent | 98664aa4a28730d23e404257dd270c3c30a44fda (diff) | |
download | vdr-plugin-live-53e682ec9d4e3357052b7b0e397288d20fce4cac.tar.gz vdr-plugin-live-53e682ec9d4e3357052b7b0e397288d20fce4cac.tar.bz2 |
Event-Box now has info-DIV with start/end information
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index 13bf6b0..8d262ad 100644 --- a/css/styles.css +++ b/css/styles.css @@ -75,6 +75,11 @@ div.description { margin-top: 10px; } +div.info { + text-align: right; + margin-bottom: 3px; +} + table.event tr td.station { background: #6D96A9; color: white; |