diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-24 21:56:55 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-24 21:56:55 +0000 |
commit | 81caf399763ba55ea99dc1539a3cfc8ed09f9256 (patch) | |
tree | da9fbb0b0c5004f7e4ac2d682c7355d44fe3ec81 /css | |
parent | 6f9730c2b6f632c2d230bb55d299defd5dd63bf7 (diff) | |
download | vdr-plugin-live-81caf399763ba55ea99dc1539a3cfc8ed09f9256.tar.gz vdr-plugin-live-81caf399763ba55ea99dc1539a3cfc8ed09f9256.tar.bz2 |
- Updated veltliner theme with changes from Ulf Kiener.
- Fixed new timer creation bug.
- Fixed typo in styles.css
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index df41207..8732e31 100644 --- a/css/styles.css +++ b/css/styles.css @@ -871,7 +871,7 @@ table.formular tr td { border-bottom: 1px solid #C0C1DA; } -able.formular tr td input { +table.formular tr td input { margin-top: 5px; margin-bottom: 2px; } |