diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-26 18:28:56 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-26 18:28:56 +0100 |
commit | 6d9cbb4df3b1aa89126069162dbf9f1e330b5fa6 (patch) | |
tree | 4b03169faa69094911b31cd3b0628cd80961b9be | |
parent | 8b4da475907e5b50eb90e25fa4905cf1e1dc93c9 (diff) | |
parent | e2789075dc5193b8806ae424035d46f3b45992b6 (diff) | |
download | istreamdev-6d9cbb4df3b1aa89126069162dbf9f1e330b5fa6.tar.gz istreamdev-6d9cbb4df3b1aa89126069162dbf9f1e330b5fa6.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:istreamdev
* 'master' of projects.vdr-developer.org:istreamdev:
css fix
-rwxr-xr-x | css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index c7b08b3..3d5e9fd 100755 --- a/css/style.css +++ b/css/style.css @@ -253,11 +253,13 @@ body.ipodlist #footer, body.ipodlist #footer a { .pageitem img { border: 0; margin-top: 5px; + margin-left: 5px; } .pageitem video { border: 0; margin-top: 5px; + margin-left: 5px; } .pageitem { |