diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-23 13:59:28 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-23 13:59:28 +0100 |
commit | 8f24888581e1684f35e985681116beb64f64876d (patch) | |
tree | dff10a4a0a65739130793859b7165004e837d4d4 | |
parent | 902ee1ab48b46fa117aad0e3508f58df40bcbe3e (diff) | |
parent | efa9e25c10016600c6a2125ec4eae9e4502b8c05 (diff) | |
download | istreamdev-8f24888581e1684f35e985681116beb64f64876d.tar.gz istreamdev-8f24888581e1684f35e985681116beb64f64876d.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:istreamdev
* 'master' of projects.vdr-developer.org:istreamdev:
fixed margin top img in css
-rwxr-xr-x | css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index a8a84b1..09052c8 100755 --- a/css/style.css +++ b/css/style.css @@ -14,6 +14,7 @@ body { } img { border: 0; + margin-top: 5px; } a:hover span.arrow { background-position: 0 -13px!important; |