diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-23 10:12:50 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-23 10:12:50 +0000 |
commit | 4d8c223503257fce73cc67ec9b0fe09cc252c5c4 (patch) | |
tree | df90781353db8d42b23b4195db1e608777324122 /css/styles.css | |
parent | 40bfdf4152c5bd6ef6d3b3b0e726ca5371f5a582 (diff) | |
download | vdr-plugin-live-4d8c223503257fce73cc67ec9b0fe09cc252c5c4.tar.gz vdr-plugin-live-4d8c223503257fce73cc67ec9b0fe09cc252c5c4.tar.bz2 |
- link to channel in search results
Diffstat (limited to 'css/styles.css')
-rw-r--r-- | css/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index da4c04a..31b76f7 100644 --- a/css/styles.css +++ b/css/styles.css @@ -857,6 +857,11 @@ table.searchresults div.more { cursor: pointer; } +table.searchresults a { + text-decoration: none; + color: black; + font-weight: bold; +} /* ############################## # Login |