summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-23 13:59:28 +0100
committerTheTroll <trolldev@gmail.com>2010-02-23 13:59:28 +0100
commit8f24888581e1684f35e985681116beb64f64876d (patch)
treedff10a4a0a65739130793859b7165004e837d4d4
parent902ee1ab48b46fa117aad0e3508f58df40bcbe3e (diff)
parentefa9e25c10016600c6a2125ec4eae9e4502b8c05 (diff)
downloadistreamdev-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-xcss/style.css1
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;