summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-26 16:28:12 +0100
committerAlib <aliboba@free.fr>2010-03-26 16:28:12 +0100
commitee54b02dd461419a1ae74e9cab55792d6db8eb77 (patch)
treeae32e6c670baeadbc4dd3baefa25074e25012ad4 /css
parent2d60cfe61ac902134f47595659659f618444bc24 (diff)
downloadistreamdev-ee54b02dd461419a1ae74e9cab55792d6db8eb77.tar.gz
istreamdev-ee54b02dd461419a1ae74e9cab55792d6db8eb77.tar.bz2
almost done for epg
Diffstat (limited to 'css')
-rw-r--r--css/theme.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/theme.css b/css/theme.css
index 7fe4575..a0c2c74 100644
--- a/css/theme.css
+++ b/css/theme.css
@@ -433,7 +433,8 @@ div#jqt.landscape .toolbar > h1 {
#jqt ul.edgetoedge li {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
font-size: 14px;
- margin-bottom: -3px;
+ margin-bottom: -1px;
+ border-bottom: 2px solid #333333;
}
#jqt ul.edgetoedge li.sep {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5)));